mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-15 06:43:32 +00:00
Update to Spring Boot 1.5.15
Fixes gh-5822
This commit is contained in:
parent
e0f1121d5b
commit
0f7f0042ac
@ -11,7 +11,7 @@ buildscript {
|
||||
classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
|
||||
classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.1')
|
||||
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.15.RELEASE")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@ ext.springDataCommonsVersion = '1.13.12.RELEASE'
|
||||
ext.springDataJpaVersion = '1.11.12.RELEASE'
|
||||
ext.springDataRedisVersion = '1.8.12.RELEASE'
|
||||
ext.springSessionVersion = '1.3.2.RELEASE'
|
||||
ext.springBootVersion = '1.5.12.RELEASE'
|
||||
ext.springBootVersion = '1.5.15.RELEASE'
|
||||
ext.thymeleafVersion = '3.0.9.RELEASE'
|
||||
ext.jsonassertVersion = '1.4.0'
|
||||
ext.validationApiVersion = '1.1.0.Final'
|
||||
|
Loading…
x
Reference in New Issue
Block a user