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 com.google.cloud:google-cloud-spanner-jdbc from 2.16.1 to 2.18.0 #509

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.google.cloud:google-cloud-spanner-jdbc from 2.16.1 to 2.18.0.

Release notes

Sourced from com.google.cloud:google-cloud-spanner-jdbc's releases.

v2.18.0

2.18.0 (2024-05-04)

Features

Bug Fixes

  • ClassCastException in Spring Data JDBC sample (#1595) (e96a86a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-spanner-bom to v6.66.0 (#1599) (84ea11a)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.30.0 (#1597) (40a7212)
  • Update dependency org.mybatis.dynamic-sql:mybatis-dynamic-sql to v1.5.1 (#1596) (f54beb2)

v2.17.1

2.17.1 (2024-04-30)

Dependencies

  • Update dependency com.google.cloud:google-cloud-spanner-bom to v6.65.1 (#1588) (1b1218a)

v2.17.0

2.17.0 (2024-04-21)

Features

v2.16.3

2.16.3 (2024-04-20)

Dependencies

  • Update dependency com.google.cloud:google-cloud-spanner-bom to v6.65.0 (#1573) (ecc18f1)

v2.16.2

2.16.2 (2024-04-19)

... (truncated)

Changelog

Sourced from com.google.cloud:google-cloud-spanner-jdbc's changelog.

2.18.0 (2024-05-04)

Features

Bug Fixes

  • ClassCastException in Spring Data JDBC sample (#1595) (e96a86a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-spanner-bom to v6.66.0 (#1599) (84ea11a)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.30.0 (#1597) (40a7212)
  • Update dependency org.mybatis.dynamic-sql:mybatis-dynamic-sql to v1.5.1 (#1596) (f54beb2)

2.17.1 (2024-04-30)

Dependencies

  • Update dependency com.google.cloud:google-cloud-spanner-bom to v6.65.1 (#1588) (1b1218a)

2.17.0 (2024-04-21)

Features

2.16.3 (2024-04-20)

Dependencies

  • Update dependency com.google.cloud:google-cloud-spanner-bom to v6.65.0 (#1573) (ecc18f1)

2.16.2 (2024-04-19)

Bug Fixes

... (truncated)

Commits
  • ba0aa41 chore(main): release 2.18.0 (#1598)
  • 7123991 feat: support concurrent transactions on the emulator (#1601)
  • a61c25d feat: allow DDL with autocommit=false (#1600)
  • 84ea11a deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.66.0 ...
  • e96a86a fix: ClassCastException in Spring Data JDBC sample (#1595)
  • f54beb2 deps: update dependency org.mybatis.dynamic-sql:mybatis-dynamic-sql to v1.5.1...
  • 40a7212 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.30.0 ...
  • a303867 chore(deps): update dependency com.google.cloud:google-cloud-spanner-jdbc to ...
  • c27fb58 build(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to...
  • c5abf2c chore(main): release 2.17.2-SNAPSHOT (#1592)
  • 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
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.cloud-google-cloud-spanner-jdbc-2.18.0 branch from 2e7fbc9 to 92f5b32 Compare May 10, 2024 20:10
Bumps [com.google.cloud:google-cloud-spanner-jdbc](https://github.com/googleapis/java-spanner-jdbc) from 2.16.1 to 2.18.0.
- [Release notes](https://github.com/googleapis/java-spanner-jdbc/releases)
- [Changelog](https://github.com/googleapis/java-spanner-jdbc/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-spanner-jdbc@v2.16.1...v2.18.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-spanner-jdbc
  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-google-cloud-spanner-jdbc-2.18.0 branch from 92f5b32 to aad6b05 Compare May 10, 2024 20:21
@bpkroth bpkroth enabled auto-merge (squash) May 13, 2024 14:05
@bpkroth bpkroth merged commit e6a3532 into main May 13, 2024
130 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.google.cloud-google-cloud-spanner-jdbc-2.18.0 branch May 13, 2024 16:34
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

2 participants