Skip to content

Commit 216512b

Browse files
committed
Update to Spring Framework 4.3.18.RELEASE
Fixes: gh-5437
1 parent 8445e91 commit 216512b

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
@@ -30,7 +30,7 @@ allprojects {
3030

3131
ext.releaseBuild = version.endsWith('RELEASE')
3232
ext.snapshotBuild = version.endsWith('SNAPSHOT')
33-
ext.springVersion = '4.3.17.RELEASE'
33+
ext.springVersion = '4.3.18.RELEASE'
3434
ext.springLdapVersion = '2.3.2.RELEASE'
3535

3636
group = 'org.springframework.security'

0 commit comments

Comments
 (0)