Skip to content

Commit dbaeb2f

Browse files
committed
Update to Spring Boot 1.5.22.RELEASE
Fixes gh-7947
1 parent ae28096 commit dbaeb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/javaprojects.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext.springDataCommonsVersion = '1.13.23.RELEASE'
3636
ext.springDataJpaVersion = '1.11.23.RELEASE'
3737
ext.springDataRedisVersion = '1.8.23.RELEASE'
3838
ext.springSessionVersion = '1.3.5.RELEASE'
39-
ext.springBootVersion = '1.5.16.RELEASE'
39+
ext.springBootVersion = '1.5.22.RELEASE'
4040
ext.thymeleafVersion = '3.0.9.RELEASE'
4141
ext.jsonassertVersion = '1.4.0'
4242
ext.validationApiVersion = '1.1.0.Final'

0 commit comments

Comments
 (0)