Browse Source

Update to Spring 4.3.28.RELEASE

Closes gh-9103
Rob Winch 4 năm trước cách đây
mục cha
commit
2aa09d11e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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