Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps spring-cloud-gcp-dependencies from 3.4.1 to 4.1.0.

Release notes

Sourced from spring-cloud-gcp-dependencies's releases.

v4.1.0

4.1.0 (2023-02-09)

Features

  • add an encoder bean in Trace auto-configuration (#1568) (deb4239)
  • remove SecretManagerPropertySourceLocator (#1571) (c80d299)

Bug Fixes

  • create Secret Manager beans even without spring.config.import=sm:// property (#1567) (b444fcb)
  • update starter modules in spring-cloud-preview (033e2ee)

Dependencies

  • bump libraries-bom from 26.5.0 to 26.7.0 (033e2ee)
  • bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#1557) (877d271)

v4.0.0

4.0.0 (2023-01-30)

⚠ BREAKING CHANGES

  • This release officially introduces Spring Boot 3.x compatibility. Note that breaking changes occur in this release. For full list of changes, refer to this.

Migration Guide

Features

  • Additional starters that provide dependencies and auto-configurations for working with corresponding Google Client Libraries are available for preview. (2a8b103)
  • This release officially introduces Spring Boot 3.x compatibility. Note that breaking changes occur in this release. For full list of changes, refer to this. (0caa9b6)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.8.2 to 1.9.0 (39f9ba3)
  • bump libraries-bom from 26.4.0 to 26.5.0 (#1532) (d2a7973)
  • bump micrometer-tracing-bom from 1.0.0 to 1.0.1 (875768d)
  • bump spring-boot-dependencies from 3.0.0 to 3.0.2 (1b7ca45)
  • bump spring-boot-starter-parent from 3.0.0 to 3.0.2 (c9165f8)
  • bump spring-cloud-config.version from 4.0.0 to 4.0.1 (#1526) (64fd758)
  • bump spring-cloud-dependencies from 2022.0.0 to 2022.0.1 (#1527) (668d0a7)

v3.4.4

3.4.4 (2023-02-09)

... (truncated)

Changelog

Sourced from spring-cloud-gcp-dependencies's changelog.

4.1.0 (2023-02-09)

Features

  • add an encoder bean in Trace auto-configuration (#1568) (deb4239)
  • remove SecretManagerPropertySourceLocator (#1571) (c80d299)

Bug Fixes

  • create Secret Manager beans even without spring.config.import=sm:// property (#1567) (b444fcb)
  • update starter modules in spring-cloud-preview (033e2ee)

Dependencies

  • bump libraries-bom from 26.5.0 to 26.7.0 (033e2ee)
  • bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#1557) (877d271)

4.0.0 (2023-01-30)

⚠ BREAKING CHANGES

  • This release officially introduces Spring Boot 3.x compatibility. Note that breaking changes occur in this release. For full list of changes, refer to this.

Features

  • Additional starters that provide dependencies and auto-configurations for working with corresponding Google Client Libraries are available for preview. (2a8b103)
  • This release officially introduces Spring Boot 3.x compatibility. Note that breaking changes occur in this release. For full list of changes, refer to this. (0caa9b6)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.8.2 to 1.9.0 (39f9ba3)
  • bump libraries-bom from 26.4.0 to 26.5.0 (#1532) (d2a7973)
  • bump micrometer-tracing-bom from 1.0.0 to 1.0.1 (875768d)
  • bump spring-boot-dependencies from 3.0.0 to 3.0.2 (1b7ca45)
  • bump spring-boot-starter-parent from 3.0.0 to 3.0.2 (c9165f8)
  • bump spring-cloud-config.version from 4.0.0 to 4.0.1 (#1526) (64fd758)
  • bump spring-cloud-dependencies from 2022.0.0 to 2022.0.1 (#1527) (668d0a7)

3.4.2 (2023-01-18)

Documentation

  • Fixes docs related to keeping a background user thread - pub/sub (2802b8e)

... (truncated)

Commits
  • 3c63c1e chore(main): release 4.1.0 (#1569)
  • 033e2ee chore: update starter modules in spring-cloud-preview (#1586)
  • ebd1b1e chore: change mysql connector maven coordinate (#1578)
  • 877d271 deps: bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#1557)
  • 2676594 chore: add workaround for sonatype issue with Java 17 (#1576)
  • b444fcb fix: create Secret Manager beans even without spring.config.import=sm:// pr...
  • c80d299 feat: remove SecretManagerPropertySourceLocator (#1571)
  • deb4239 feat: add an encoder bean in Trace auto-configuration (#1568)
  • 1dabdc9 chore(codegen): update auto-generated commit and pr title by gh action (#1547)
  • f4f082c chore(main): release 4.0.1-SNAPSHOT (#1549)
  • 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 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 [spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 3.4.1 to 4.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@v3.4.1...v4.1.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2023

Superseded by #81.

@dependabot dependabot bot closed this Feb 27, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.google.cloud-spring-cloud-gcp-dependencies-4.1.0 branch February 27, 2023 02:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant