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

build(deps): bump spring-cloud-gcp-storage from 4.3.1 to 4.4.0 #1447

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from spring-cloud-gcp-storage'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-storage'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)

Bumps [spring-cloud-gcp-storage](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-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 5, 2023
@github-actions github-actions bot enabled auto-merge (squash) June 5, 2023 04:59
@github-actions github-actions bot merged commit 257b009 into main Jun 5, 2023
5 checks passed
@github-actions github-actions bot deleted the dependabot/maven/main/com.google.cloud-spring-cloud-gcp-storage-4.4.0 branch June 5, 2023 05:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants