From 8967495f100a7435a432cd3ce956a0ce2fe1be7b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Dec 2025 18:50:36 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.105.0 --- pom.xml | 2 +- samples/spring-data-jdbc/googlesql/pom.xml | 2 +- samples/spring-data-jdbc/postgresql/pom.xml | 2 +- samples/spring-data-mybatis/googlesql/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9a08db03f..48e598c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ com.google.cloud google-cloud-spanner-bom - 6.104.0 + 6.105.0 pom import diff --git a/samples/spring-data-jdbc/googlesql/pom.xml b/samples/spring-data-jdbc/googlesql/pom.xml index ec5de12fc..a3aebda9b 100644 --- a/samples/spring-data-jdbc/googlesql/pom.xml +++ b/samples/spring-data-jdbc/googlesql/pom.xml @@ -30,7 +30,7 @@ com.google.cloud google-cloud-spanner-bom - 6.104.0 + 6.105.0 import pom diff --git a/samples/spring-data-jdbc/postgresql/pom.xml b/samples/spring-data-jdbc/postgresql/pom.xml index 3db0c1aa3..d65c5a843 100644 --- a/samples/spring-data-jdbc/postgresql/pom.xml +++ b/samples/spring-data-jdbc/postgresql/pom.xml @@ -30,7 +30,7 @@ com.google.cloud google-cloud-spanner-bom - 6.104.0 + 6.105.0 import pom diff --git a/samples/spring-data-mybatis/googlesql/pom.xml b/samples/spring-data-mybatis/googlesql/pom.xml index 8eb642fe7..b874d0ad2 100644 --- a/samples/spring-data-mybatis/googlesql/pom.xml +++ b/samples/spring-data-mybatis/googlesql/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-spanner-bom - 6.104.0 + 6.105.0 import pom From ceaad8760990dc154fc7e5770a6a03085982213a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Tue, 16 Dec 2025 20:17:10 +0100 Subject: [PATCH 2/2] deps: explicitly define grpc-gcp version --- pom.xml | 5 +++++ samples/spring-data-jdbc/googlesql/pom.xml | 5 +++++ samples/spring-data-jdbc/postgresql/pom.xml | 5 +++++ .../cloud/spanner/sample/OpenTelemetryConfiguration.java | 2 -- samples/spring-data-mybatis/googlesql/pom.xml | 5 +++++ 5 files changed, 20 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 48e598c7b..756073fc2 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,11 @@ pom import + + com.google.cloud + grpc-gcp + 1.9.0 + com.google.cloud google-cloud-shared-dependencies diff --git a/samples/spring-data-jdbc/googlesql/pom.xml b/samples/spring-data-jdbc/googlesql/pom.xml index a3aebda9b..a8c714ad5 100644 --- a/samples/spring-data-jdbc/googlesql/pom.xml +++ b/samples/spring-data-jdbc/googlesql/pom.xml @@ -34,6 +34,11 @@ import pom + + com.google.cloud + grpc-gcp + 1.9.0 + com.google.cloud libraries-bom diff --git a/samples/spring-data-jdbc/postgresql/pom.xml b/samples/spring-data-jdbc/postgresql/pom.xml index d65c5a843..bc60ad011 100644 --- a/samples/spring-data-jdbc/postgresql/pom.xml +++ b/samples/spring-data-jdbc/postgresql/pom.xml @@ -34,6 +34,11 @@ import pom + + com.google.cloud + grpc-gcp + 1.9.0 + com.google.cloud libraries-bom diff --git a/samples/spring-data-jdbc/postgresql/src/main/java/com/google/cloud/spanner/sample/OpenTelemetryConfiguration.java b/samples/spring-data-jdbc/postgresql/src/main/java/com/google/cloud/spanner/sample/OpenTelemetryConfiguration.java index f1e615290..b833e48b7 100644 --- a/samples/spring-data-jdbc/postgresql/src/main/java/com/google/cloud/spanner/sample/OpenTelemetryConfiguration.java +++ b/samples/spring-data-jdbc/postgresql/src/main/java/com/google/cloud/spanner/sample/OpenTelemetryConfiguration.java @@ -36,8 +36,6 @@ import java.io.IOException; import java.util.concurrent.ThreadLocalRandom; import org.springframework.beans.factory.annotation.Value; -import org.springframework.boot.autoconfigure.AutoConfiguration; -import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; diff --git a/samples/spring-data-mybatis/googlesql/pom.xml b/samples/spring-data-mybatis/googlesql/pom.xml index b874d0ad2..92436bf12 100644 --- a/samples/spring-data-mybatis/googlesql/pom.xml +++ b/samples/spring-data-mybatis/googlesql/pom.xml @@ -39,6 +39,11 @@ import pom + + com.google.cloud + grpc-gcp + 1.9.0 + com.google.cloud libraries-bom