Skip to content

Commit

Permalink
Update to Spring 5.1.6.RELEASE
Browse files Browse the repository at this point in the history
Fixes gh-6664
  • Loading branch information
jgrandja committed Apr 1, 2019
1 parent d3840c2 commit ede9693
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.1.6.BUILD-SNAPSHOT'
ext.springVersion = '5.1.6.RELEASE'
}

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

0 comments on commit ede9693

Please sign in to comment.