Skip to content

Commit 463627a

Browse files
fix(deps): update spring data to v3
1 parent f5d6e19 commit 463627a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>org.springframework.data</groupId>
150150
<artifactId>spring-data-redis</artifactId>
151-
<version>2.7.6</version>
151+
<version>3.0.0</version>
152152
<exclusions>
153153
<exclusion>
154154
<artifactId>spring-data-commons</artifactId>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.springframework.data</groupId>
161161
<artifactId>spring-data-commons</artifactId>
162-
<version>2.7.6</version>
162+
<version>3.0.0</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)