From c8b9fec81c90624e5afdc7cc92632e92db247f98 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:00:44 +0100 Subject: [PATCH 01/14] chore(main): release 2.26.1-SNAPSHOT (#1890) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8d8afb291..97247da74 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 google-cloud-spanner-jdbc - 2.26.0 + 2.26.1-SNAPSHOT jar Google Cloud Spanner JDBC https://github.com/googleapis/java-spanner-jdbc diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 5f470ec17..29756ee5c 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-spanner-jdbc - 2.26.0 + 2.26.1-SNAPSHOT diff --git a/versions.txt b/versions.txt index bab76b391..a213c31c0 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-jdbc:2.26.0:2.26.0 +google-cloud-spanner-jdbc:2.26.0:2.26.1-SNAPSHOT From 67bcc859a5c73086b9110b9bac363465173bf97a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 12 Jan 2025 11:11:40 +0100 Subject: [PATCH 02/14] chore(deps): update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.26.0 (#1891) --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 91840fd45..ee49952b5 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-spanner-jdbc - 2.25.3 + 2.26.0 From c700c9c9a4f6844360f6257a5e57aceff03cfa00 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 12 Jan 2025 11:11:59 +0100 Subject: [PATCH 03/14] deps: update dependency io.opentelemetry:opentelemetry-bom to v1.46.0 (#1892) --- samples/spring-data-jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-data-jdbc/pom.xml b/samples/spring-data-jdbc/pom.xml index b945992ef..0ab871aa0 100644 --- a/samples/spring-data-jdbc/pom.xml +++ b/samples/spring-data-jdbc/pom.xml @@ -44,7 +44,7 @@ io.opentelemetry opentelemetry-bom - 1.45.0 + 1.46.0 pom import From 0381a318da286e016291a299f30765aa4d0cc9f6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jan 2025 12:06:22 +0100 Subject: [PATCH 04/14] deps: update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.2 (#1899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `3.4.1` -> `3.4.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-parent/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-parent/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-parent/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-parent/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent) ### [`v3.4.2`](https://redirect.github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2) [Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). --- samples/spring-data-mybatis/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-data-mybatis/pom.xml b/samples/spring-data-mybatis/pom.xml index 73ff402e2..dcb1f09d2 100644 --- a/samples/spring-data-mybatis/pom.xml +++ b/samples/spring-data-mybatis/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.1 + 3.4.2 From 268dfe592e03a77058decb0d388d1c658b41448c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jan 2025 12:08:25 +0100 Subject: [PATCH 05/14] chore(deps): update dependency com.google.cloud:libraries-bom to v26.53.0 (#1895) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://redirect.github.com/googleapis/java-cloud-bom)) | `26.52.0` -> `26.53.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:libraries-bom/26.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:libraries-bom/26.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:libraries-bom/26.52.0/26.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:libraries-bom/26.52.0/26.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-cloud-bom (com.google.cloud:libraries-bom) ### [`v26.53.0`](https://redirect.github.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26530-2025-01-15) [Compare Source](https://redirect.github.com/googleapis/java-cloud-bom/compare/v26.52.0...v26.53.0) ##### Dependencies - update dependency com.google.cloud:first-party-dependencies to v3.41.1 ([#​6899](https://redirect.github.com/googleapis/java-cloud-bom/issues/6899)) ([1c01b89](https://redirect.github.com/googleapis/java-cloud-bom/commit/1c01b894a0f5863a1a1afa563bbe3d605c0d18be)) - update dependency com.google.cloud:gapic-libraries-bom to v1.50.0 ([#​6902](https://redirect.github.com/googleapis/java-cloud-bom/issues/6902)) ([b7d83c9](https://redirect.github.com/googleapis/java-cloud-bom/commit/b7d83c93df2eac51c5d48b2eaa788cf02d7f9f1e)) - update dependency com.google.cloud:google-cloud-bigquery to v2.46.0 ([#​6911](https://redirect.github.com/googleapis/java-cloud-bom/issues/6911)) ([f37e24d](https://redirect.github.com/googleapis/java-cloud-bom/commit/f37e24d824447fa376aa414578705d4c8bb5136f)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.11.1 ([#​6905](https://redirect.github.com/googleapis/java-cloud-bom/issues/6905)) ([177c6ef](https://redirect.github.com/googleapis/java-cloud-bom/commit/177c6ef965e1081f86042f11e73347ae4efbe2d4)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.51.1 ([#​6906](https://redirect.github.com/googleapis/java-cloud-bom/issues/6906)) ([dc06ef0](https://redirect.github.com/googleapis/java-cloud-bom/commit/dc06ef047e86ed7101ea52ce623807d73c6cf823)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.25.2 ([#​6907](https://redirect.github.com/googleapis/java-cloud-bom/issues/6907)) ([1413e7a](https://redirect.github.com/googleapis/java-cloud-bom/commit/1413e7aaa4728d078e7309ba9efb06d80c459010)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.30.3 ([#​6910](https://redirect.github.com/googleapis/java-cloud-bom/issues/6910)) ([692b250](https://redirect.github.com/googleapis/java-cloud-bom/commit/692b250e94d489752aee904ad5e0a075fb133745)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.21.1 ([#​6912](https://redirect.github.com/googleapis/java-cloud-bom/issues/6912)) ([b617eee](https://redirect.github.com/googleapis/java-cloud-bom/commit/b617eeef8b6739830fae536f355c1f989c6ea628)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.132.1-alpha ([#​6913](https://redirect.github.com/googleapis/java-cloud-bom/issues/6913)) ([7a0748f](https://redirect.github.com/googleapis/java-cloud-bom/commit/7a0748f0f7cad5071248784a7628e916cee7abfb)) - update dependency com.google.cloud:google-cloud-nio to v0.127.29 ([#​6901](https://redirect.github.com/googleapis/java-cloud-bom/issues/6901)) ([2a7f123](https://redirect.github.com/googleapis/java-cloud-bom/commit/2a7f1239603a42ec1ebb4935bab8c2761d3e9093)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.136.0 ([#​6909](https://redirect.github.com/googleapis/java-cloud-bom/issues/6909)) ([3abbe0e](https://redirect.github.com/googleapis/java-cloud-bom/commit/3abbe0e2c89d6e493155d9fcb06acb1fcfd2ebee)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15.1 ([#​6908](https://redirect.github.com/googleapis/java-cloud-bom/issues/6908)) ([68830a5](https://redirect.github.com/googleapis/java-cloud-bom/commit/68830a5464a90fdc18580baa47bfbe260071201e)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.85.0 ([#​6898](https://redirect.github.com/googleapis/java-cloud-bom/issues/6898)) ([f8b4af6](https://redirect.github.com/googleapis/java-cloud-bom/commit/f8b4af6f54d1133a083aa7bc869bbb0a8a55840c)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.26.0 ([#​6896](https://redirect.github.com/googleapis/java-cloud-bom/issues/6896)) ([42aa242](https://redirect.github.com/googleapis/java-cloud-bom/commit/42aa2428f0027ea96a5b3951ae591e9b5bb70ede)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.47.0 ([#​6900](https://redirect.github.com/googleapis/java-cloud-bom/issues/6900)) ([4ff7d59](https://redirect.github.com/googleapis/java-cloud-bom/commit/4ff7d59840c42edf2a60541b51636394005ad9c0)) - update protobuf to 4.29.0 ([#​6903](https://redirect.github.com/googleapis/java-cloud-bom/issues/6903)) ([a5a6f30](https://redirect.github.com/googleapis/java-cloud-bom/commit/a5a6f303272a78c11e465d4f3f54fdfe3eeb0ede))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). --- samples/quickperf/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- samples/spring-data-jdbc/pom.xml | 2 +- samples/spring-data-mybatis/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/quickperf/pom.xml b/samples/quickperf/pom.xml index 7dfc53f7f..b2335f1e0 100644 --- a/samples/quickperf/pom.xml +++ b/samples/quickperf/pom.xml @@ -27,7 +27,7 @@ com.google.cloud libraries-bom - 26.52.0 + 26.53.0 pom import diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 431ac24bc..30155cb65 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -26,7 +26,7 @@ com.google.cloud libraries-bom - 26.52.0 + 26.53.0 pom import diff --git a/samples/spring-data-jdbc/pom.xml b/samples/spring-data-jdbc/pom.xml index 0ab871aa0..2c6745053 100644 --- a/samples/spring-data-jdbc/pom.xml +++ b/samples/spring-data-jdbc/pom.xml @@ -37,7 +37,7 @@ com.google.cloud libraries-bom - 26.52.0 + 26.53.0 import pom diff --git a/samples/spring-data-mybatis/pom.xml b/samples/spring-data-mybatis/pom.xml index dcb1f09d2..a3e9c21ba 100644 --- a/samples/spring-data-mybatis/pom.xml +++ b/samples/spring-data-mybatis/pom.xml @@ -35,7 +35,7 @@ com.google.cloud libraries-bom - 26.52.0 + 26.53.0 import pom From b965f02d6992f4f1b38d1670d389f2bc91e21ee3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jan 2025 12:08:29 +0100 Subject: [PATCH 06/14] deps: update dependency org.postgresql:postgresql to v42.7.5 (#1894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://redirect.github.com/pgjdbc/pgjdbc)) | `42.7.4` -> `42.7.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.postgresql:postgresql/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.postgresql:postgresql/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.postgresql:postgresql/42.7.4/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.postgresql:postgresql/42.7.4/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pgjdbc/pgjdbc (org.postgresql:postgresql) ### [`v42.7.5`](https://redirect.github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4275-2025-01-14-080000--0400) ##### Added - ci: Test with Java 23 [PR #​3381](https://redirect.github.com/pgjdbc/pgjdbc/pull/3381) ##### Fixed - regression: revert change in [`fc60537`](https://redirect.github.com/pgjdbc/pgjdbc/commit/fc60537) [PR #​3476](https://redirect.github.com/pgjdbc/pgjdbc/pull/3476) - fix: PgDatabaseMetaData implementation of catalog as param and return value [PR #​3390](https://redirect.github.com/pgjdbc/pgjdbc/pull/3390) - fix: Support default GSS credentials in the Java Postgres client [PR #​3451](https://redirect.github.com/pgjdbc/pgjdbc/pull/3451) - fix: return only the transactions accessible by the current_user in XAResource.recover [PR #​3450](https://redirect.github.com/pgjdbc/pgjdbc/pull/3450) - feat: don't force send extra_float_digits for PostgreSQL >= 12 fix [Issue #​3432](https://redirect.github.com/pgjdbc/pgjdbc/issues/3432) [PR #​3446](https://redirect.github.com/pgjdbc/pgjdbc/pull/3446) - fix: exclude "include columns" from the list of primary keys [PR #​3434](https://redirect.github.com/pgjdbc/pgjdbc/pull/3434) - perf: Enhance the meta query performance by specifying the oid. [PR #​3427](https://redirect.github.com/pgjdbc/pgjdbc/pull/3427) - feat: support getObject(int, byte\[].class) for bytea [PR #​3274](https://redirect.github.com/pgjdbc/pgjdbc/pull/3274) - docs: document infinity and some minor edits [PR #​3407](https://redirect.github.com/pgjdbc/pgjdbc/pull/3407) - fix: Added way to check for major server version, fixed check for RULE [PR #​3402](https://redirect.github.com/pgjdbc/pgjdbc/pull/3402) - docs: fixed remaining paragraphs [PR #​3398](https://redirect.github.com/pgjdbc/pgjdbc/pull/3398) - docs: fixed paragraphs in javadoc comments [PR #​3397](https://redirect.github.com/pgjdbc/pgjdbc/pull/3397) - fix: Reuse buffers and reduce allocations in GSSInputStream addresses [Issue #​3251](https://redirect.github.com/pgjdbc/pgjdbc/issues/3251) [PR #​3255](https://redirect.github.com/pgjdbc/pgjdbc/pull/3255) - chore: Update Gradle to 8.10.2 [PR #​3388](https://redirect.github.com/pgjdbc/pgjdbc/pull/3388) - fix: getSchemas() [PR #​3386](https://redirect.github.com/pgjdbc/pgjdbc/pull/3386) - fix: Update rpm postgresql-jdbc.spec.tpl with scram-client [PR #​3324](https://redirect.github.com/pgjdbc/pgjdbc/pull/3324) - fix: Clearing thisRow and rowBuffer on close() of ResultSet [Issue #​3383](https://redirect.github.com/pgjdbc/pgjdbc/issues/3383) [PR #​3384](https://redirect.github.com/pgjdbc/pgjdbc/pull/3384) - fix: Package was renamed to maven-bundle-plugin [PR #​3382](https://redirect.github.com/pgjdbc/pgjdbc/pull/3382) - fix: As of version 18 the RULE privilege has been removed [PR #​3378](https://redirect.github.com/pgjdbc/pgjdbc/pull/3378) - fix: use buffered inputstream to create GSSInputStream [PR #​3373](https://redirect.github.com/pgjdbc/pgjdbc/pull/3373) - test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 [PR #​3372](https://redirect.github.com/pgjdbc/pgjdbc/pull/3372) - Changed docker-compose version and renamed script file in instructions to match the real file name [PR #​3363](https://redirect.github.com/pgjdbc/pgjdbc/pull/3363) - test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest [PR #​3364](https://redirect.github.com/pgjdbc/pgjdbc/pull/3364) - try to categorize dependencies [PR #​3362](https://redirect.github.com/pgjdbc/pgjdbc/pull/3362)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). --- samples/spring-data-jdbc/pom.xml | 2 +- samples/spring-data-mybatis/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/spring-data-jdbc/pom.xml b/samples/spring-data-jdbc/pom.xml index 2c6745053..7e82d0eb9 100644 --- a/samples/spring-data-jdbc/pom.xml +++ b/samples/spring-data-jdbc/pom.xml @@ -72,7 +72,7 @@ org.postgresql postgresql - 42.7.4 + 42.7.5 diff --git a/samples/spring-data-mybatis/pom.xml b/samples/spring-data-mybatis/pom.xml index a3e9c21ba..9e087167b 100644 --- a/samples/spring-data-mybatis/pom.xml +++ b/samples/spring-data-mybatis/pom.xml @@ -75,7 +75,7 @@ org.postgresql postgresql - 42.7.4 + 42.7.5 org.testcontainers From d8196205c34725ac48db346982ec73013a1da57e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jan 2025 12:10:20 +0100 Subject: [PATCH 07/14] deps: update dependency org.springframework.data:spring-data-bom to v2024.1.2 (#1896) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.data:spring-data-bom](https://redirect.github.com/spring-projects/spring-data-bom) | `2024.1.1` -> `2024.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.data:spring-data-bom/2024.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.data:spring-data-bom/2024.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.data:spring-data-bom/2024.1.1/2024.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.data:spring-data-bom/2024.1.1/2024.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-data-bom (org.springframework.data:spring-data-bom) ### [`v2024.1.2`](https://redirect.github.com/spring-projects/spring-data-bom/releases/tag/2024.1.2) [Compare Source](https://redirect.github.com/spring-projects/spring-data-bom/compare/2024.1.1...2024.1.2) ##### :shipit: Participating Modules - [Spring Data BOM 2024.1.2](https://redirect.github.com/spring-projects/spring-data-bom/releases/tag/2024.1.2) - [Spring Data Build 3.4.2](https://redirect.github.com/spring-projects/spring-data-build/releases/tag/3.4.2) - [Spring Data Cassandra 4.4.2](https://redirect.github.com/spring-projects/spring-data-cassandra/releases/tag/4.4.2) - [Spring Data Commons 3.4.2](https://redirect.github.com/spring-projects/spring-data-commons/releases/tag/3.4.2) - [Spring Data Couchbase 5.4.2](https://redirect.github.com/spring-projects/spring-data-couchbase/releases/tag/5.4.2) - [Spring Data Elasticsearch 5.4.2](https://redirect.github.com/spring-projects/spring-data-elasticsearch/releases/tag/5.4.2) - [Spring Data JPA 3.4.2](https://redirect.github.com/spring-projects/spring-data-jpa/releases/tag/3.4.2) - [Spring Data KeyValue 3.4.2](https://redirect.github.com/spring-projects/spring-data-keyvalue/releases/tag/3.4.2) - [Spring Data LDAP 3.4.2](https://redirect.github.com/spring-projects/spring-data-ldap/releases/tag/3.4.2) - [Spring Data MongoDB 4.4.2](https://redirect.github.com/spring-projects/spring-data-mongodb/releases/tag/4.4.2) - [Spring Data Neo4j 7.4.2](https://redirect.github.com/spring-projects/spring-data-neo4j/releases/tag/7.4.2) - [Spring Data REST 4.4.2](https://redirect.github.com/spring-projects/spring-data-rest/releases/tag/4.4.2) - [Spring Data Redis 3.4.2](https://redirect.github.com/spring-projects/spring-data-redis/releases/tag/3.4.2) - [Spring Data Relational 3.4.2](https://redirect.github.com/spring-projects/spring-data-relational/releases/tag/3.4.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). --- samples/spring-data-jdbc/pom.xml | 2 +- samples/spring-data-mybatis/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/spring-data-jdbc/pom.xml b/samples/spring-data-jdbc/pom.xml index 7e82d0eb9..1c0c50bed 100644 --- a/samples/spring-data-jdbc/pom.xml +++ b/samples/spring-data-jdbc/pom.xml @@ -23,7 +23,7 @@ org.springframework.data spring-data-bom - 2024.1.1 + 2024.1.2 import pom diff --git a/samples/spring-data-mybatis/pom.xml b/samples/spring-data-mybatis/pom.xml index 9e087167b..efe2cab83 100644 --- a/samples/spring-data-mybatis/pom.xml +++ b/samples/spring-data-mybatis/pom.xml @@ -28,7 +28,7 @@ org.springframework.data spring-data-bom - 2024.1.1 + 2024.1.2 import pom From 14d236857a7c7ab5e3a5172c31405ba892bd39de Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jan 2025 12:10:26 +0100 Subject: [PATCH 08/14] deps: update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v3.4.2 (#1898) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-data-jdbc](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `3.4.1` -> `3.4.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-data-jdbc/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-data-jdbc/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-data-jdbc/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-data-jdbc/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-data-jdbc) ### [`v3.4.2`](https://redirect.github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). --- samples/spring-data-jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-data-jdbc/pom.xml b/samples/spring-data-jdbc/pom.xml index 1c0c50bed..21d6402ef 100644 --- a/samples/spring-data-jdbc/pom.xml +++ b/samples/spring-data-jdbc/pom.xml @@ -55,7 +55,7 @@ org.springframework.boot spring-boot-starter-data-jdbc - 3.4.1 + 3.4.2 From b567c2ca8301fe97be52cddf9d223f6a5c0e9925 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jan 2025 12:16:23 +0100 Subject: [PATCH 09/14] deps: update dependency org.springframework.boot:spring-boot to v3.4.2 (#1897) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `3.4.1` -> `3.4.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot) ### [`v3.4.2`](https://redirect.github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). --- samples/quickperf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/quickperf/pom.xml b/samples/quickperf/pom.xml index b2335f1e0..d7331c74c 100644 --- a/samples/quickperf/pom.xml +++ b/samples/quickperf/pom.xml @@ -79,7 +79,7 @@ org.springframework.boot spring-boot - 3.4.1 + 3.4.2 test From be47dd622954e4112486b2760a2e3c534a2e69b8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Jan 2025 15:13:41 +0100 Subject: [PATCH 10/14] deps: update dependency com.google.cloud:sdk-platform-java-config to v3.42.0 (#1900) --- .github/workflows/unmanaged_dependency_check.yaml | 2 +- .kokoro/presubmit/graalvm-native-17.cfg | 2 +- .kokoro/presubmit/graalvm-native.cfg | 2 +- pom.xml | 2 +- samples/quickperf/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unmanaged_dependency_check.yaml b/.github/workflows/unmanaged_dependency_check.yaml index 547bea04a..6d507150e 100644 --- a/.github/workflows/unmanaged_dependency_check.yaml +++ b/.github/workflows/unmanaged_dependency_check.yaml @@ -14,6 +14,6 @@ jobs: shell: bash run: .kokoro/build.sh - name: Unmanaged dependency check - uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.41.1 + uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.42.0 with: bom-path: pom.xml diff --git a/.kokoro/presubmit/graalvm-native-17.cfg b/.kokoro/presubmit/graalvm-native-17.cfg index 9705694f8..b78c82df5 100644 --- a/.kokoro/presubmit/graalvm-native-17.cfg +++ b/.kokoro/presubmit/graalvm-native-17.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.41.1" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0" } env_vars: { diff --git a/.kokoro/presubmit/graalvm-native.cfg b/.kokoro/presubmit/graalvm-native.cfg index b070666b4..f08c4be3e 100644 --- a/.kokoro/presubmit/graalvm-native.cfg +++ b/.kokoro/presubmit/graalvm-native.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.41.1" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0" } env_vars: { diff --git a/pom.xml b/pom.xml index 97247da74..b2aa37b2b 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud sdk-platform-java-config - 3.41.1 + 3.42.0 diff --git a/samples/quickperf/pom.xml b/samples/quickperf/pom.xml index d7331c74c..6a5c76eaf 100644 --- a/samples/quickperf/pom.xml +++ b/samples/quickperf/pom.xml @@ -12,7 +12,7 @@ com.google.cloud sdk-platform-java-config - 3.41.1 + 3.42.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 30155cb65..ba325ff32 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -9,7 +9,7 @@ com.google.cloud sdk-platform-java-config - 3.41.1 + 3.42.0 From 9170f97171da09c730742bb8198c6893cca72205 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Jan 2025 15:24:02 +0100 Subject: [PATCH 11/14] deps: update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.57.0 (#1901) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2aa37b2b..f5a52f26a 100644 --- a/pom.xml +++ b/pom.xml @@ -216,7 +216,7 @@ com.google.api.grpc proto-google-cloud-trace-v1 - 2.56.0 + 2.57.0 test From f7efb1b578fd0b04743090be39b7a7351dc9ba05 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Jan 2025 15:24:22 +0100 Subject: [PATCH 12/14] deps: update dependency com.google.cloud:google-cloud-trace to v2.57.0 (#1902) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5a52f26a..9eb8e49af 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ com.google.cloud google-cloud-trace - 2.56.0 + 2.57.0 test From 7eb727d2b656d2488f2d7246793b6e09925940cd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 3 Feb 2025 08:00:47 +0100 Subject: [PATCH 13/14] deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.86.0 (#1903) --- pom.xml | 2 +- samples/spring-data-jdbc/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9eb8e49af..928af8186 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ com.google.cloud google-cloud-spanner-bom - 6.85.0 + 6.86.0 pom import diff --git a/samples/spring-data-jdbc/pom.xml b/samples/spring-data-jdbc/pom.xml index 21d6402ef..c765eb278 100644 --- a/samples/spring-data-jdbc/pom.xml +++ b/samples/spring-data-jdbc/pom.xml @@ -30,7 +30,7 @@ com.google.cloud google-cloud-spanner-bom - 6.85.0 + 6.86.0 import pom From abea10edc7f98a56650a9ddd156c2c830a0194a8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:39:30 +0100 Subject: [PATCH 14/14] chore(main): release 2.26.1 (#1893) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 6 +++--- pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f175e80..ae96e3365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.26.1](https://github.com/googleapis/java-spanner-jdbc/compare/v2.26.0...v2.26.1) (2025-02-03) + + +### Dependencies + +* Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.57.0 ([#1901](https://github.com/googleapis/java-spanner-jdbc/issues/1901)) ([9170f97](https://github.com/googleapis/java-spanner-jdbc/commit/9170f97171da09c730742bb8198c6893cca72205)) +* Update dependency com.google.cloud:google-cloud-spanner-bom to v6.86.0 ([#1903](https://github.com/googleapis/java-spanner-jdbc/issues/1903)) ([7eb727d](https://github.com/googleapis/java-spanner-jdbc/commit/7eb727d2b656d2488f2d7246793b6e09925940cd)) +* Update dependency com.google.cloud:google-cloud-trace to v2.57.0 ([#1902](https://github.com/googleapis/java-spanner-jdbc/issues/1902)) ([f7efb1b](https://github.com/googleapis/java-spanner-jdbc/commit/f7efb1b578fd0b04743090be39b7a7351dc9ba05)) +* Update dependency com.google.cloud:sdk-platform-java-config to v3.42.0 ([#1900](https://github.com/googleapis/java-spanner-jdbc/issues/1900)) ([be47dd6](https://github.com/googleapis/java-spanner-jdbc/commit/be47dd622954e4112486b2760a2e3c534a2e69b8)) +* Update dependency io.opentelemetry:opentelemetry-bom to v1.46.0 ([#1892](https://github.com/googleapis/java-spanner-jdbc/issues/1892)) ([c700c9c](https://github.com/googleapis/java-spanner-jdbc/commit/c700c9c9a4f6844360f6257a5e57aceff03cfa00)) +* Update dependency org.postgresql:postgresql to v42.7.5 ([#1894](https://github.com/googleapis/java-spanner-jdbc/issues/1894)) ([b965f02](https://github.com/googleapis/java-spanner-jdbc/commit/b965f02d6992f4f1b38d1670d389f2bc91e21ee3)) +* Update dependency org.springframework.boot:spring-boot to v3.4.2 ([#1897](https://github.com/googleapis/java-spanner-jdbc/issues/1897)) ([b567c2c](https://github.com/googleapis/java-spanner-jdbc/commit/b567c2ca8301fe97be52cddf9d223f6a5c0e9925)) +* Update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v3.4.2 ([#1898](https://github.com/googleapis/java-spanner-jdbc/issues/1898)) ([14d2368](https://github.com/googleapis/java-spanner-jdbc/commit/14d236857a7c7ab5e3a5172c31405ba892bd39de)) +* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.2 ([#1899](https://github.com/googleapis/java-spanner-jdbc/issues/1899)) ([0381a31](https://github.com/googleapis/java-spanner-jdbc/commit/0381a318da286e016291a299f30765aa4d0cc9f6)) +* Update dependency org.springframework.data:spring-data-bom to v2024.1.2 ([#1896](https://github.com/googleapis/java-spanner-jdbc/issues/1896)) ([d819620](https://github.com/googleapis/java-spanner-jdbc/commit/d8196205c34725ac48db346982ec73013a1da57e)) + ## [2.26.0](https://github.com/googleapis/java-spanner-jdbc/compare/v2.25.3...v2.26.0) (2025-01-11) diff --git a/README.md b/README.md index 1c0c6b101..e56fd25a4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-spanner-jdbc - 2.26.0 + 2.26.1 ``` @@ -30,7 +30,7 @@ If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.26.0' +implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.26.1' ``` @@ -38,7 +38,7 @@ If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.26.0" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.26.1" ``` diff --git a/pom.xml b/pom.xml index 928af8186..b3dd1c549 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 google-cloud-spanner-jdbc - 2.26.1-SNAPSHOT + 2.26.1 jar Google Cloud Spanner JDBC https://github.com/googleapis/java-spanner-jdbc diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 29756ee5c..9bbb7da49 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-spanner-jdbc - 2.26.1-SNAPSHOT + 2.26.1 diff --git a/versions.txt b/versions.txt index a213c31c0..0befe28d9 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-jdbc:2.26.0:2.26.1-SNAPSHOT +google-cloud-spanner-jdbc:2.26.1:2.26.1