Skip to content

Commit

Permalink
Update to Spring Framework 5.2.13.RELEASE
Browse files Browse the repository at this point in the history
Close gh-9600
  • Loading branch information
eleftherias committed Apr 12, 2021
1 parent 78a618c commit 6db79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}

if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.12.RELEASE'
ext.springVersion = '5.2.13.RELEASE'
}

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

0 comments on commit 6db79b7

Please sign in to comment.