Skip to content

Commit dcae562

Browse files
authored
deps: update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v3.5.0 (#2063)
1 parent 668f7f6 commit dcae562

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
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.springframework.boot</groupId>
5757
<artifactId>spring-boot-starter-data-jdbc</artifactId>
58-
<version>3.4.5</version>
58+
<version>3.5.0</version>
5959
</dependency>
6060

6161
<!-- 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
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.springframework.boot</groupId>
5757
<artifactId>spring-boot-starter-data-jdbc</artifactId>
58-
<version>3.4.5</version>
58+
<version>3.5.0</version>
5959
</dependency>
6060

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

0 commit comments

Comments
 (0)