Explorar el Código

Update to Spring Framework 4.3.18.RELEASE

Fixes: gh-5437
Rob Winch hace 7 años
padre
commit
216512bc54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -30,7 +30,7 @@ allprojects {
 
 	ext.releaseBuild = version.endsWith('RELEASE')
 	ext.snapshotBuild = version.endsWith('SNAPSHOT')
-	ext.springVersion = '4.3.17.RELEASE'
+	ext.springVersion = '4.3.18.RELEASE'
 	ext.springLdapVersion = '2.3.2.RELEASE'
 
 	group = 'org.springframework.security'