Skip to content

Commit dcb3b69

Browse files
committed
Update to Spring 5.1.11.RELEASE
Fixes gh-7616
1 parent a82047e commit dcb3b69

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.1.9.RELEASE'
6+
ext.springVersion = '5.1.11.RELEASE'
77
}
88

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

0 commit comments

Comments
 (0)