Skip to content

Commit

Permalink
upgrade spring boot and spring data (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint authored Jul 8, 2022
1 parent d4733e2 commit 2160c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.8</version>
<version>2.7.1</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>1.4.4</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>io.r2dbc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cloud-spanner-spring-data-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>cloud-spanner-spring-data-r2dbc</artifactId>

<properties>
<spring-data-r2dbc.version>1.4.4</spring-data-r2dbc.version>
<spring-data-r2dbc.version>1.5.1</spring-data-r2dbc.version>
<spring-test.version>5.3.21</spring-test.version>
</properties>

Expand Down

0 comments on commit 2160c32

Please sign in to comment.