Skip to content

Commit 67cfffc

Browse files
authored
deps: update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v4.0.1 (googleapis#2344)
1 parent da07b14 commit 67cfffc

File tree

2 files changed

+2
-2
lines changed
  • java-spanner-jdbc/samples/spring-data-jdbc

2 files changed

+2
-2
lines changed

java-spanner-jdbc/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. -->

java-spanner-jdbc/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)