Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps com.google.cloud:spring-cloud-gcp-dependencies from 5.1.2 to 5.2.0.

Release notes

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

v5.2.0

5.2.0 (2024-05-02)

Features

Bug Fixes

  • BigQueryTemplate now closes its BigQueryJsonDataWriter (#2765) (1e0c206)
  • datastore: guard against "Type must not be Null" (#2797) (9a2ee15)
  • deps: update cloud-sql-socket-factory.version to v1.18.0 (#2681) (65c528c)
  • deps: update dependency com.google.cloud:libraries-bom to v26.38.0 (#2814) (bfd45b7)
  • deps: update dependency io.micrometer:micrometer-tracing-bom to v1.2.5 (#2809) (e974214)
  • deps: update dependency org.postgresql:r2dbc-postgresql to v1.0.5.release (#2810) (7eb0441)
  • Use specified bigQueryWriteClient when creating JsonStreamWriter (#2711) (21657a7)

Dependencies

  • bump com.google.errorprone:error_prone_core from 2.26.0 to 2.27.0 (#2798) (507832a)
  • bump com.google.errorprone:error_prone_core from 2.27.0 to 2.27.1 (#2835) (dcec57a)
  • bump commons-io:commons-io from 2.15.1 to 2.16.1 (#2775) (2eb24aa)
  • bump org.apache.maven.plugins:maven-compiler-plugin (#2716) (8a0f03a)
  • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.4 (#2792) (4a550e6)
  • bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#2704) (072570b)
  • bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#2767) (0a4d36d)
  • bump org.springframework.boot:spring-boot-starter-parent (#2789) (6b9c285)
  • bump spring-boot-dependencies.version from 3.2.3 to 3.2.4 (#2729) (78b3a68)

Documentation

Changelog

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

5.2.0 (2024-05-02)

Features

Bug Fixes

  • BigQueryTemplate now closes its BigQueryJsonDataWriter (#2765) (1e0c206)
  • datastore: guard against "Type must not be Null" (#2797) (9a2ee15)
  • deps: update cloud-sql-socket-factory.version to v1.18.0 (#2681) (65c528c)
  • deps: update dependency com.google.cloud:libraries-bom to v26.38.0 (#2814) (bfd45b7)
  • deps: update dependency io.micrometer:micrometer-tracing-bom to v1.2.5 (#2809) (e974214)
  • deps: update dependency org.postgresql:r2dbc-postgresql to v1.0.5.release (#2810) (7eb0441)
  • Use specified bigQueryWriteClient when creating JsonStreamWriter (#2711) (21657a7)

Dependencies

  • bump com.google.errorprone:error_prone_core from 2.26.0 to 2.27.0 (#2798) (507832a)
  • bump com.google.errorprone:error_prone_core from 2.27.0 to 2.27.1 (#2835) (dcec57a)
  • bump commons-io:commons-io from 2.15.1 to 2.16.1 (#2775) (2eb24aa)
  • bump org.apache.maven.plugins:maven-compiler-plugin (#2716) (8a0f03a)
  • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.4 (#2792) (4a550e6)
  • bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#2704) (072570b)
  • bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#2767) (0a4d36d)
  • bump org.springframework.boot:spring-boot-starter-parent (#2789) (6b9c285)
  • bump spring-boot-dependencies.version from 3.2.3 to 3.2.4 (#2729) (78b3a68)

Documentation

Commits
  • d0c80f0 chore(main): release 5.2.0 (#2827)
  • dcec57a deps: bump com.google.errorprone:error_prone_core from 2.27.0 to 2.27.1 (#2835)
  • 0ebd889 chore: generate autoconfigs (#2839)
  • 7157231 chore: Add sync-repo-settings.yaml config (#2803)
  • 98acaaf chore(main): release 5.1.3-SNAPSHOT (#2761)
  • 74777ce chore(deps): update gapic-generator-java-bom.version to v2.39.0 (#2813)
  • 1e0c206 fix: BigQueryTemplate now closes its BigQueryJsonDataWriter (#2765)
  • f7c3710 chore(deps): update dependency com.google.truth:truth to v1.4.2 (#2611)
  • 34f449f chore(deps): update spring boot to v3.2.5 (#2807)
  • 658a817 chore(deps): update dependency commons-io:commons-io to v2.16.1 (#2811)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
Bumps [com.google.cloud:spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 5.1.2 to 5.2.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.1.2...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/develop/com.google.cloud-spring-cloud-gcp-dependencies-5.2.0 branch from 58b550a to c2ab359 Compare May 6, 2024 11:37
@Fameing Fameing merged commit 2935ddf into develop May 6, 2024
@Fameing Fameing deleted the dependabot/maven/develop/com.google.cloud-spring-cloud-gcp-dependencies-5.2.0 branch May 6, 2024 12: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.

2 participants