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 Jan 31, 2023

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

Release notes

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

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.

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.3

3.4.3 (2023-01-27)

Dependencies

  • bump cloud-sql-socket-factory.version from 1.8.2 to 1.9.0 (42cda22)
  • bump libraries-bom from 26.4.0 to 26.5.0 (#1530) (fafd2c6)
  • bump spring-boot-dependencies from 2.7.7 to 2.7.8 (63ea9eb)
  • bump spring-boot-starter-parent from 2.7.7 to 2.7.8 (5b799ed)
  • bump spring-shell-starter from 2.1.5 to 2.1.6 (30786be)

v3.4.2

3.4.2 (2023-01-18)

Documentation

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

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

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)

3.4.0

General

This release officially introduces Spring Boot 2.7 compatibility. Note that the previous releases of Spring Cloud GCP 3.x are also compatible with Spring Boot 2.7. The one exception is that if you use Cloud SQL with R2DBC, you'd have to manage the driver versions in your own application dependencies (see refdoc for details).

Important version upgrades

  • Upgrade to support Spring Boot 2.7 (#1185)
  • Bump spring-cloud-dependencies to 2021.0.3 (#1149)
  • Bump libraries-bom to 26.1.3 (#1282)
  • Bump cloud-sql-socket-factory.version to 1.7.0 (#1261)

BigQuery

  • BigQuery Storage Write API integration (#1219)
  • Make CreateDisposition configurable on BigQueryTemplate (#1286)

Cloud SQL

  • Add version management for the older MySQL and Postgres R2DBC drivers (#1185).

KMS

... (truncated)

Commits
  • 5f45448 chore(main): release 4.0.0 (#1495)
  • 4f75832 chore: Adding timestamps for stage build (#1548)
  • 174b477 chore: set longer timeout for releases (#1545)
  • 9f0b1e8 Update publish_javadoc.cfg (#1546)
  • d86d05e chore: copy missing metadata from parent pom to spring-cloud-gcp-dependencies...
  • befe7fa chore: giving execute access to stage.sh (#1543)
  • 1f7a8e3 chore: Using trampoline strategy for releases (#1541)
  • d58a9ce chore(codegen): update starter modules in spring-cloud-preview (#1536)
  • a658b22 chore: Adding release-please annotations to README.adoc (#1535)
  • b60b5db chore(codegen): update location of google-cloud-bom (#1534)
  • 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.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@v3.4.1...v4.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2023

Superseded by #79.

@dependabot dependabot bot closed this Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.google.cloud-spring-cloud-gcp-dependencies-4.0.0 branch February 13, 2023 02:52
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