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

Commit 9a1a9f5

Browse files
committed
Merge branch 'main' into PR #2191 to update
2 parents 4a327c6 + a4b5c21 commit 9a1a9f5

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

samples/quickperf/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>libraries-bom</artifactId>
30-
<version>26.73.0</version>
30+
<version>26.74.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.20.1</version>
70+
<version>2.21.0</version>
7171
</dependency>
7272
<!-- Required for unit tests -->
7373
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.springframework.boot</groupId>
8181
<artifactId>spring-boot</artifactId>
82-
<version>4.0.1</version>
82+
<version>4.0.2</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>libraries-bom</artifactId>
29-
<version>26.73.0</version>
29+
<version>26.74.0</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>libraries-bom</artifactId>
44-
<version>26.73.0</version>
44+
<version>26.74.0</version>
4545
<scope>import</scope>
4646
<type>pom</type>
4747
</dependency>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-starter-data-jdbc</artifactId>
62-
<version>4.0.1</version>
62+
<version>4.0.2</version>
6363
</dependency>
6464

6565
<!-- 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
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>libraries-bom</artifactId>
44-
<version>26.73.0</version>
44+
<version>26.74.0</version>
4545
<scope>import</scope>
4646
<type>pom</type>
4747
</dependency>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-starter-data-jdbc</artifactId>
62-
<version>4.0.1</version>
62+
<version>4.0.2</version>
6363
</dependency>
6464

6565
<!-- 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.9</version>
16+
<version>3.5.10</version>
1717
<relativePath/>
1818
</parent>
1919
<properties>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>libraries-bom</artifactId>
49-
<version>26.73.0</version>
49+
<version>26.74.0</version>
5050
<scope>import</scope>
5151
<type>pom</type>
5252
</dependency>

samples/spring-data-mybatis/postgresql/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.9</version>
16+
<version>3.5.10</version>
1717
<relativePath/>
1818
</parent>
1919
<properties>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>libraries-bom</artifactId>
38-
<version>26.73.0</version>
38+
<version>26.74.0</version>
3939
<scope>import</scope>
4040
<type>pom</type>
4141
</dependency>

0 commit comments

Comments
 (0)