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

Commit 61714fb

Browse files
authored
deps: update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v4.0.2 (#2370)
1 parent 75cd38f commit 61714fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. -->

0 commit comments

Comments
 (0)