Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 47adf66

Browse files
committed
Merge branch 'main' into PR #2191 to update
2 parents 5c0362d + c6ff69b commit 47adf66

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>grpc-gcp</artifactId>
71-
<version>1.9.0</version>
71+
<version>1.9.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.cloud</groupId>

samples/quickperf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.springframework.boot</groupId>
8181
<artifactId>spring-boot</artifactId>
82-
<version>4.0.0</version>
82+
<version>4.0.1</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.codehaus.mojo</groupId>
9797
<artifactId>exec-maven-plugin</artifactId>
98-
<version>3.6.2</version>
98+
<version>3.6.3</version>
9999
<configuration>
100100
<mainClass>com.google.cloud.jdbc.quickperf.QuickPerf</mainClass>
101101
</configuration>

samples/spring-data-jdbc/googlesql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>grpc-gcp</artifactId>
40-
<version>1.9.0</version>
40+
<version>1.9.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.springframework.boot</groupId>
6262
<artifactId>spring-boot-starter-data-jdbc</artifactId>
63-
<version>4.0.0</version>
63+
<version>4.0.1</version>
6464
</dependency>
6565

6666
<!-- Add the Spanner JDBC driver. -->

samples/spring-data-jdbc/postgresql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>grpc-gcp</artifactId>
40-
<version>1.9.0</version>
40+
<version>1.9.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.springframework.boot</groupId>
6262
<artifactId>spring-boot-starter-data-jdbc</artifactId>
63-
<version>4.0.0</version>
63+
<version>4.0.1</version>
6464
</dependency>
6565

6666
<!-- Add both the Cloud Spanner and the PostgreSQL JDBC driver. -->

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.5.8</version>
16+
<version>3.5.9</version>
1717
<relativePath/>
1818
</parent>
1919
<properties>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>grpc-gcp</artifactId>
45-
<version>1.9.0</version>
45+
<version>1.9.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>

samples/spring-data-mybatis/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.5.8</version>
16+
<version>3.5.9</version>
1717
<relativePath/>
1818
</parent>
1919
<properties>

0 commit comments

Comments
 (0)