Skip to content

Commit 661566d

Browse files
authored
deps: update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v4.0.1 (#2344)
1 parent 9f84c07 commit 661566d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)