Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

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

Release notes

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

v7.1.0

7.1.0 (2025-08-01)

Features

  • parameter: added support for remote configuration using the gcp parameter manager (#3684) (d73760e)

Bug Fixes

  • deps: update dependency com.google.api:gapic-generator-java-bom to v2.60.2 (#3994) (ccc6932)
  • deps: update dependency com.google.cloud:libraries-bom to v26.65.0 (#3995) (6a52683)
  • remove unused parameter for LoggingWebMvcConfigurer. (#3573) (c96f8bc)
  • use safeyaml in parameter manager logic (#3993) (81a4b2f)

Documentation

  • indicate support for boot 3.5.x in SCGCP 7.x (#3968) (d9f5c81)
  • remove beta subcommand for GA library "parameter manager" (#3991) (a5732cb)

v7.0.0

7.0.0 (2025-07-17)

End of support for Spring Cloud GCP 4.x

With the release of Spring Cloud GCP 7.0.0, Spring Cloud GCP 4.x has officially reached its end-of-life and will no longer receive updates or support. The underlying Spring Cloud 2022 and Spring Boot 3.1.x will conclude their commercial support by Spring after 2025/06/30, see Spring Boot release schedule for more information.

We encourage all users currently relying on Spring Cloud GCP 4.x in their applications to migrate to a higher, supported version as soon as possible to benefit from continued enhancements, bug fixes, and security updates.

Continued support for Spring Cloud GCP 3.x

We continue to support Spring Cloud GCP 3.x since it is the last major version to support Spring Boot 2.7.x and JDK 8. Spring Cloud GCP 3.x will continue to receive critical bug fixes and security patches. However, features will be selectively backported.

⚠ BREAKING CHANGES

  • upgrade Spring Cloud 2025 (#3837)

Features

Bug Fixes

  • deps: update dependency com.google.cloud:libraries-bom to v26.64.0 (#3963) (fd327c0)
  • deps: update gapic-generator-java-bom.version to v2.60.1 (#3962) (80fb22f)
  • make UserAgentHeaderProvider Serializable (#3935) (3489110)

... (truncated)

Changelog

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

7.1.0 (2025-08-01)

Features

  • parameter: added support for remote configuration using the gcp parameter manager (#3684) (d73760e)

Bug Fixes

  • deps: update dependency com.google.api:gapic-generator-java-bom to v2.60.2 (#3994) (ccc6932)
  • deps: update dependency com.google.cloud:libraries-bom to v26.65.0 (#3995) (6a52683)
  • remove unused parameter for LoggingWebMvcConfigurer. (#3573) (c96f8bc)
  • use safeyaml in parameter manager logic (#3993) (81a4b2f)

Documentation

  • indicate support for boot 3.5.x in SCGCP 7.x (#3968) (d9f5c81)
  • remove beta subcommand for GA library "parameter manager" (#3991) (a5732cb)

7.0.0 (2025-07-17)

⚠ BREAKING CHANGES

  • upgrade Spring Cloud 2025 (#3837)

Features

Bug Fixes

  • deps: update dependency com.google.cloud:libraries-bom to v26.64.0 (#3963) (fd327c0)
  • deps: update gapic-generator-java-bom.version to v2.60.1 (#3962) (80fb22f)
  • make UserAgentHeaderProvider Serializable (#3935) (3489110)

Documentation

6.2.3 (2025-07-01)

Bug Fixes

... (truncated)

Commits
  • 3727737 chore(main): release 7.1.0 (#3976)
  • 6a52683 fix(deps): update dependency com.google.cloud:libraries-bom to v26.65.0 (#3995)
  • 81a4b2f fix: use safeyaml in parameter manager logic (#3993)
  • ccc6932 fix(deps): update dependency com.google.api:gapic-generator-java-bom to v2.60...
  • a5732cb docs: remove beta subcommand for GA library "parameter manager" (#3991)
  • c96f8bc fix: remove unused parameter for LoggingWebMvcConfigurer. (#3573)
  • 1706d45 doc: minor correction to supported Spring Framework versions for 6.x (#3978)
  • d73760e feat(parameter): added support for remote configuration using the gcp paramet...
  • 544fef2 chore(main): release 7.0.1-SNAPSHOT (#3965)
  • d9f5c81 docs: indicate support for boot 3.5.x in SCGCP 7.x (#3968)
  • 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 7.1.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...v7.1.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:spring-cloud-gcp-dependencies
  dependency-version: 7.1.0
  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 Aug 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Superseded by #2034.

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/maven/appengine/springboot/com.google.cloud-spring-cloud-gcp-dependencies-7.1.0 branch August 25, 2025 02:59
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