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

Bump spring-cloud-gcp-dependencies from 4.3.1 to 4.4.0 #854

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2023

Bumps spring-cloud-gcp-dependencies from 4.3.1 to 4.4.0.

Release notes

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

v4.4.0

4.4.0 (2023-06-02)

Features

  • allow Spanner and Datastore Transaction Manager in same project (#1412) (f937b36)

Bug Fixes

  • additional sample test for both transactionManager work together. (#1848) (219adb3)
  • deps: update dependency com.google.api:gapic-generator-java-bom to v2.20.0 (#1895) (af9b81f)
  • deps: update dependency com.google.cloud:libraries-bom to v26.16.0 (main) (#1918) (4fe4034)
  • deps: update spring cloud (#1901) (0a3827a)
  • pull-endpoint setting for async subscribers (#1883) (f0c5d4c)

Dependencies

  • bump commons-io from 2.11.0 to 2.12.0 (#1867) (7fd064a)
  • bump gapic-generator-java-bom.version from 2.20.0 to 2.20.1 (#1905) (745cdd5)
  • bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#1889) (2ab9844)
  • bump maven-source-plugin from 3.2.1 to 3.3.0 (#1886) (5937b07)
  • bump spring-cloud-dependencies from 2022.0.2 to 2022.0.3 (#1904) (99fcdb5)
Changelog

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

4.4.0 (2023-06-02)

Features

  • allow Spanner and Datastore Transaction Manager in same project (#1412) (f937b36)

Bug Fixes

  • additional sample test for both transactionManager work together. (#1848) (219adb3)
  • deps: update dependency com.google.api:gapic-generator-java-bom to v2.20.0 (#1895) (af9b81f)
  • deps: update dependency com.google.cloud:libraries-bom to v26.16.0 (main) (#1918) (4fe4034)
  • deps: update spring cloud (#1901) (0a3827a)
  • pull-endpoint setting for async subscribers (#1883) (f0c5d4c)

Dependencies

  • bump commons-io from 2.11.0 to 2.12.0 (#1867) (7fd064a)
  • bump gapic-generator-java-bom.version from 2.20.0 to 2.20.1 (#1905) (745cdd5)
  • bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#1889) (2ab9844)
  • bump maven-source-plugin from 3.2.1 to 3.3.0 (#1886) (5937b07)
  • bump spring-cloud-dependencies from 2022.0.2 to 2022.0.3 (#1904) (99fcdb5)
Commits
  • d1ce1e8 chore(main): release 4.4.0 (#1881)
  • 4fe4034 fix(deps): update dependency com.google.cloud:libraries-bom to v26.16.0 (main...
  • 022ff5a chore(deps): update dependency commons-io:commons-io to v2.12.0 (#1866)
  • 7fd064a deps: bump commons-io from 2.11.0 to 2.12.0 (#1867)
  • 0a3827a fix(deps): update spring cloud (#1901)
  • 26f43a6 chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin t...
  • 5937b07 deps: bump maven-source-plugin from 3.2.1 to 3.3.0 (#1886)
  • de49762 chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plug...
  • 2ab9844 deps: bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#1889)
  • 4937dab chore(deps): bump requests from 2.28.2 to 2.31.0 in /.kokoro (#1891)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 3, 2023
Bumps [spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 4.3.1 to 4.4.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@v4.3.1...v4.4.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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.cloud-spring-cloud-gcp-dependencies-4.4.0 branch from d54a217 to 742b324 Compare June 3, 2023 06:42
@commjoen commjoen changed the base branch from master to dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.0 June 3, 2023 06:42
@commjoen commjoen merged commit 12c7024 into dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.0 Jun 3, 2023
12 of 14 checks passed
@commjoen commjoen deleted the dependabot/maven/com.google.cloud-spring-cloud-gcp-dependencies-4.4.0 branch June 3, 2023 06:42
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.

None yet

1 participant