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

chore(deps): bump com.google.cloud:spring-cloud-gcp-dependencies from 5.0.4 to 6.0.0 in /appengine/springboot #1663

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps com.google.cloud:spring-cloud-gcp-dependencies from 5.0.4 to 6.0.0.

Release notes

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

v6.0.0

6.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • pubsub: set default max ack extension period to 60 minutes (#3501)
  • Spring Cloud 2024.0 and Spring Boot 3.4.2 (#3500)
    • spring-cloud-gcp-secretmanager: We will introduce support for resolving values of the form sm@secret_id in addition to the already existing sm://secret_id format. Users should move away from sm:// and use sm@ instead. Usage of sm:// will raise a warning about this being removed in the future. This has been tested using spring-framework:6.2.2-SNAPSHOT.
    • spring-cloud-gcp-config-sample (breaking change): removed autoconfiguration and sample code. This is to adjust to what's stated in the docs.
    • spring-cloud-gcp-kotlin-sample (breaking change): Adjust to hibernate upgrade which introduced a change in default value handling (see tracker). (More info in SO)
    • Internal changes
      • spring-cloud-gcp-pubsub-stream: Adjust unit tests to prevent duplicate bean detection (example logs).
      • spring-cloud-gcp-data-datastore: Upgrade deprecated QueryMethodEvaluationContextProvider to ValueExpressionDelegate
      • spring-cloud-gcp-data-spanner: Upgrade deprecated QueryMethodEvaluationContextProvider to ValueExpressionDelegate

Features

  • pubsub: set default max ack extension period to 60 minutes (#3501) (9245031)
  • Spring Cloud 2024.0 and Spring Boot 3.4.1 (a72a86b)
  • Spring Cloud 2024.0 and Spring Boot 3.4.2 (#3500) (0108054)

Bug Fixes

  • deps: update gapic-generator-java-bom.version to v2.52.0 (#3512) (c184e69)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 (#3502) (7760474)
  • bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 (#3522) (f54327d)
  • bump org.springframework.boot:spring-boot-starter-parent (#3495) (969c4b6)

v5.11.0

5.11.0 (2025-02-04)

Features

  • Spring Cloud 2024.0 and Spring Boot 3.4.1 (a72a86b)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 (#3507) (002dcf8)
  • bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 (#3523) (509882e)
  • bump org.springframework.boot:spring-boot-starter-parent (#3509) (8044d49)
  • bump spring-boot-dependencies.version from 3.3.4 to 3.3.8 (#3508) (9a025be)

... (truncated)

Changelog

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

6.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • pubsub: set default max ack extension period to 60 minutes (#3501)
  • Spring Cloud 2024.0 and Spring Boot 3.4.2 (#3500)

Features

  • pubsub: set default max ack extension period to 60 minutes (#3501) (9245031)
  • Spring Cloud 2024.0 and Spring Boot 3.4.1 (a72a86b)
  • Spring Cloud 2024.0 and Spring Boot 3.4.2 (#3500) (0108054)

Bug Fixes

  • deps: update gapic-generator-java-bom.version to v2.52.0 (#3512) (c184e69)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 (#3502) (7760474)
  • bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 (#3522) (f54327d)
  • bump org.springframework.boot:spring-boot-starter-parent (#3495) (969c4b6)

5.10.0 (2025-01-15)

Features

Bug Fixes

  • deps: update cloud-sql-socket-factory.version to v1.21.2 (#3451) (d227783)
  • deps: update dependency com.google.cloud:libraries-bom to v26.52.0 (#3421) (5c74e41)
  • deps: update dependency com.google.cloud:libraries-bom to v26.53.0 (#3471) (5d2615f)
  • deps: update dependency commons-io:commons-io to v2.18.0 (#3455) (5371117)
  • deps: update gapic-generator-java-bom.version to v2.51.0 (#3422) (aae9f99)
  • deps: update gapic-generator-java-bom.version to v2.51.1 (#3452) (e653ab1)
  • deps: update zipkin-gcp.version to v2.2.6 (#3453) (ce5d9eb)
  • increase default pubsub health indicator timeout from 2000ms to 5000ms (#3400) (b67caa9)

Dependencies

  • bump com.google.cloud:alloydb-jdbc-connector from 1.1.6 to 1.1.8 (#3414) (283b1fa)
  • bump io.micrometer:micrometer-tracing-bom from 1.3.5 to 1.4.2 (#3446) (ce85135)

... (truncated)

Commits
  • 84706c7 chore(main): release 6.0.0 (#3498)
  • f54327d deps: bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 (#3522)
  • 9245031 feat(pubsub)!: set default max ack extension period to 60 minutes (#3501)
  • d7c53e1 chore: set up required checks for 5.x (#3518)
  • c184e69 fix(deps): update gapic-generator-java-bom.version to v2.52.0 (#3512)
  • 7760474 deps: bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 (#3502)
  • 969c4b6 deps: bump org.springframework.boot:spring-boot-starter-parent (#3495)
  • bcdc875 chore: update readme to point to new releases (#3486)
  • 0108054 feat!: Spring Cloud 2024.0 and Spring Boot 3.4.2 (#3500)
  • c8594d4 ci: setup for 5.x branch (#3436)
  • 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-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 5.0.4 to 6.0.0.
- [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.4...v6.0.0)

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

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 Feb 10, 2025
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.

0 participants