Skip to content

Commit 126e0bb

Browse files
committed
Update to Spring Framework 5.2.0.RC1
Fixes gh-7184
1 parent 774a2e6 commit 126e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
33
}
44

55
if (!project.hasProperty('springVersion')) {
6-
ext.springVersion = '5.2.0.M3'
6+
ext.springVersion = '5.2.0.RC1'
77
}
88

99
if (!project.hasProperty('springDataVersion')) {

0 commit comments

Comments
 (0)