Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.0.3 to 5.0.4 #1837

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps com.google.cloud:spring-cloud-gcp-core from 5.0.3 to 5.0.4.

Release notes

Sourced from com.google.cloud:spring-cloud-gcp-core's releases.

v5.0.4

5.0.4 (2024-02-23)

Bug Fixes

  • configure the ObjectMapper to prevent from flaky behavior in the test case testPublish_Object (#2340) (8f3afad)
  • deps: update dependency com.google.cloud:libraries-bom to v26.33.0 (#2622) (51f1d6d)
  • deps: update dependency io.micrometer:micrometer-tracing-bom to v1.2.3 (#2589) (c9f833d)
  • metrics documentation wording in Metrics Disambiguation section. (#2476) (f6b5411)
  • use bazelisk info to obtain googleapis bazel-bin when generating… (#2635) (3e39459)

Dependencies

  • bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 (#2616) (8840612)
  • bump io.micrometer:micrometer-tracing-bom from 1.2.2 to 1.2.3 (#2591) (eb14314)
  • bump org.graalvm.buildtools:native-maven-plugin (#2619) (7c1ed93)
  • bump org.springframework.boot:spring-boot-starter-parent (#2638) (b405965)
  • bump spring-boot-dependencies.version from 3.2.2 to 3.2.3 (#2639) (fa5ab16)
Changelog

Sourced from com.google.cloud:spring-cloud-gcp-core's changelog.

5.0.4 (2024-02-23)

Bug Fixes

  • configure the ObjectMapper to prevent from flaky behavior in the test case testPublish_Object (#2340) (8f3afad)
  • deps: update dependency com.google.cloud:libraries-bom to v26.33.0 (#2622) (51f1d6d)
  • deps: update dependency io.micrometer:micrometer-tracing-bom to v1.2.3 (#2589) (c9f833d)
  • metrics documentation wording in Metrics Disambiguation section. (#2476) (f6b5411)
  • use bazelisk info to obtain googleapis bazel-bin when generating… (#2635) (3e39459)

Dependencies

  • bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 (#2616) (8840612)
  • bump io.micrometer:micrometer-tracing-bom from 1.2.2 to 1.2.3 (#2591) (eb14314)
  • bump org.graalvm.buildtools:native-maven-plugin (#2619) (7c1ed93)
  • bump org.springframework.boot:spring-boot-starter-parent (#2638) (b405965)
  • bump spring-boot-dependencies.version from 3.2.2 to 3.2.3 (#2639) (fa5ab16)
Commits
  • 965ef88 chore(main): release 5.0.4 (#2630)
  • 3e39459 fix: use bazelisk info to obtain googleapis bazel-bin when generating… (#2635)
  • fa5ab16 deps: bump spring-boot-dependencies.version from 3.2.2 to 3.2.3 (#2639)
  • b405965 deps: bump org.springframework.boot:spring-boot-starter-parent (#2638)
  • 8dd8dfe chore(deps): update spring boot to v3.2.3 (#2634)
  • c9f833d fix(deps): update dependency io.micrometer:micrometer-tracing-bom to v1.2.3 (...
  • 8f3afad fix: configure the ObjectMapper to prevent from flaky behavior in the test ca...
  • f6b5411 fix: metrics documentation wording in Metrics Disambiguation section. (#2476)
  • 6545fa2 chore(deps): update dependency org.graalvm.buildtools:native-maven-plugin to ...
  • 7c1ed93 deps: bump org.graalvm.buildtools:native-maven-plugin (#2619)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.cloud:spring-cloud-gcp-core](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: com.google.cloud:spring-cloud-gcp-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 26, 2024 04:57
@github-actions github-actions bot merged commit bd65d4f into main Mar 5, 2024
6 checks passed
@github-actions github-actions bot deleted the dependabot/maven/main/com.google.cloud-spring-cloud-gcp-core-5.0.4 branch March 5, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants