Skip to content

Commit 3e2d273

Browse files
committed
Fix Spring Data Version
1 parent 6b08c1b commit 3e2d273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ext {
7171
reactorVersion = '2020.0.15'
7272
scalaVersion = '2.13'
7373
springBootVersion = '2.6.2' // docs module
74-
springDataVersion = '2022.1.0-M1'
74+
springDataVersion = '2022.0.0-M1'
7575
springRetryVersion = '1.3.1'
7676
springVersion = '6.0.0-M2'
7777
zookeeperVersion = '3.6.3'

0 commit comments

Comments
 (0)