Skip to content

Commit 2aa09d1

Browse files
committed
Update to Spring 4.3.28.RELEASE
Closes gh-9103
1 parent 8ab8376 commit 2aa09d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434

3535
ext.releaseBuild = version.endsWith('RELEASE')
3636
ext.snapshotBuild = version.endsWith('SNAPSHOT')
37-
ext.springVersion = '4.3.26.RELEASE'
37+
ext.springVersion = '4.3.28.RELEASE'
3838
ext.springLdapVersion = '2.3.2.RELEASE'
3939

4040
group = 'org.springframework.security'

0 commit comments

Comments
 (0)