* Upgrade to SI.5.0.4, SF 5.0.5, Boot 2.0.1-B-S

This commit is contained in:
Artem Bilan
2018-04-04 15:29:10 -04:00
parent 9d02471346
commit 89b4a08016
2 changed files with 6 additions and 6 deletions

View File

@@ -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'

View File

@@ -1,2 +1,2 @@
version=5.0.0.BUILD-SNAPSHOT
springBootVersion=2.0.0.RELEASE
springBootVersion=2.0.1.BUILD-SNAPSHOT