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

Bump com.google.cloud:spring-cloud-gcp-dependencies from 5.4.1 to 5.4.3 #223

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2024

Bumps com.google.cloud:spring-cloud-gcp-dependencies from 5.4.1 to 5.4.3.

Release notes

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

v5.4.3

5.4.3 (2024-06-28)

Bug Fixes

v5.4.2

5.4.2 (2024-06-27)

Bug Fixes

  • deps: update cloud-sql-socket-factory.version to v1.19.0 (#2936) (456a334)
  • deps: update dependency com.google.cloud:alloydb-jdbc-connector to v1.1.3 (#2982) (09a1be6)
  • deps: update dependency com.google.cloud:libraries-bom to v26.42.0 (#2979) (b7c4d93)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.18.0 to 1.18.1 (#2944) (b663237)
  • bump com.google.errorprone:error_prone_core from 2.27.1 to 2.28.0 (#2956) (d2b8fc2)
  • bump org.apache.maven.plugins:maven-checkstyle-plugin (#2963) (f136e47)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (#2946) (2dacb38)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (#2955) (dad552c)
  • bump org.graalvm.buildtools:native-maven-plugin (#2904) (855808a)
  • bump org.springframework.boot:spring-boot-starter-parent (#2975) (892e001)
  • bump org.springframework.cloud:spring-cloud-dependencies (#2947) (f8a572a)
  • bump spring-cloud-config.version from 4.1.1 to 4.1.2 (#2945) (3e06244)
Changelog

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

5.4.3 (2024-06-28)

Bug Fixes

5.4.2 (2024-06-27)

Bug Fixes

  • deps: update cloud-sql-socket-factory.version to v1.19.0 (#2936) (456a334)
  • deps: update dependency com.google.cloud:alloydb-jdbc-connector to v1.1.3 (#2982) (09a1be6)
  • deps: update dependency com.google.cloud:libraries-bom to v26.42.0 (#2979) (b7c4d93)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.18.0 to 1.18.1 (#2944) (b663237)
  • bump com.google.errorprone:error_prone_core from 2.27.1 to 2.28.0 (#2956) (d2b8fc2)
  • bump org.apache.maven.plugins:maven-checkstyle-plugin (#2963) (f136e47)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (#2946) (2dacb38)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (#2955) (dad552c)
  • bump org.graalvm.buildtools:native-maven-plugin (#2904) (855808a)
  • bump org.springframework.boot:spring-boot-starter-parent (#2975) (892e001)
  • bump org.springframework.cloud:spring-cloud-dependencies (#2947) (f8a572a)
  • bump spring-cloud-config.version from 4.1.1 to 4.1.2 (#2945) (3e06244)
Commits
  • 9467a77 chore(main): release 5.4.3 (#3016)
  • 9bca063 fix: use maven wrapper in release scripts (#3015)
  • 3c12ee5 chore(main): release 5.4.3-SNAPSHOT (#3003)
  • 58abf60 chore(main): release 5.4.2 (#2977)
  • 0bc269c chore: use showcase autoconfig check only on PRs against main (#2991)
  • 95476b4 ci: update native image test version to graalvm-community 21 (#2999)
  • 75566e9 Revert "deps: bump org.springframework.boot:spring-boot-starter-parent (#2975...
  • 759c616 chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v...
  • 09a1be6 fix(deps): update dependency com.google.cloud:alloydb-jdbc-connector to v1.1....
  • 855808a deps: bump org.graalvm.buildtools:native-maven-plugin (#2904)
  • 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 will merge this PR once CI passes on it, as requested by @ashutoshgngwr.


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-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 5.4.1 to 5.4.3.
- [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.4.1...v5.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 30, 2024
Copy link
Member

@ashutoshgngwr ashutoshgngwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 2bea1ac into main Jun 30, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/com.google.cloud-spring-cloud-gcp-dependencies-5.4.3 branch June 30, 2024 11:11
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant