Skip to content

Commit

Permalink
Update to Spring Framework 5.1.13
Browse files Browse the repository at this point in the history
Fixes gh-7911
  • Loading branch information
jgrandja committed Feb 4, 2020
1 parent 0520810 commit b8938c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Expand Up @@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}

if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.11.RELEASE'
ext.springVersion = '5.1.13.RELEASE'
}

if (!project.hasProperty('springDataVersion')) {
Expand Down

0 comments on commit b8938c9

Please sign in to comment.