Skip to content

Commit bc0c3a5

Browse files
committed
Update to Spring Framework 5.0.6.BUILD-SNAPSHOT
Issue: gh-5290 # Conflicts: # gradle/dependency-management.gradle
1 parent 618e0ab commit bc0c3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

+1-1
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.0.4.RELEASE'
6+
ext.springVersion = '5.0.6.BUILD-SNAPSHOT'
77
}
88

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

0 commit comments

Comments
 (0)