Skip to content

Commit c0327ad

Browse files
committed
Set springVersion to 5.3.+
Closes gh-9165
1 parent ea68989 commit c0327ad

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.+"
6+
ext.springVersion = "5.3.+"
77
}
88

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

0 commit comments

Comments
 (0)