Browse Source

Update to Spring Framework 5.1.4

Fixes gh-6437
Joe Grandja 6 years ago
parent
commit
9d7f141b86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
 }
 
 if (!project.hasProperty('springVersion')) {
-	ext.springVersion = '5.1.3.RELEASE'
+	ext.springVersion = '5.1.4.RELEASE'
 }
 
 if (!project.hasProperty('springDataVersion')) {