* Upgrade to SI.5.0.4, SF 5.0.5, Boot 2.0.1-B-S
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -3,7 +3,7 @@ buildscript {
|
||||
maven { url 'http://repo.spring.io/libs-snapshot' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.spring.gradle:dependency-management-plugin:1.0.4.RELEASE'
|
||||
classpath 'io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE'
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
classpath 'org.akhikhl.gretty:gretty:2.0.0'
|
||||
}
|
||||
@@ -211,12 +211,12 @@ subprojects { subproject ->
|
||||
postgresVersion = '42.0.0'
|
||||
subethasmtpVersion = '1.2'
|
||||
slf4jVersion = '1.7.25'
|
||||
springIntegrationVersion = '5.0.3.RELEASE'
|
||||
springIntegrationVersion = '5.0.4.RELEASE'
|
||||
springIntegrationKafkaVersion = '3.0.3.RELEASE'
|
||||
springIntegrationSplunkVersion = '1.1.0.RELEASE'
|
||||
springKafkaVersion = '2.1.4.RELEASE'
|
||||
springVersion = '5.0.4.RELEASE'
|
||||
springSecurityVersion = '5.0.3.RELEASE'
|
||||
springKafkaVersion = '2.1.5.RELEASE'
|
||||
springVersion = '5.0.5.RELEASE'
|
||||
springSecurityVersion = '5.0.4.RELEASE'
|
||||
springWebFlowVersion = '2.3.3.RELEASE'
|
||||
tilesJspVersion = '2.2.1'
|
||||
validationApiVersion = '1.0.0.GA'
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version=5.0.0.BUILD-SNAPSHOT
|
||||
springBootVersion=2.0.0.RELEASE
|
||||
springBootVersion=2.0.1.BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user