* Upgrade to SI and SF 4.3.15, Boot 1.5.11-B-S

This commit is contained in:
Artem Bilan
2018-04-04 14:42:17 -04:00
parent b6361028d7
commit 954728b438
2 changed files with 3 additions and 3 deletions

View File

@@ -196,12 +196,12 @@ subprojects { subproject ->
postgresVersion = '9.1-901-1.jdbc4' postgresVersion = '9.1-901-1.jdbc4'
subethasmtpVersion = '1.2' subethasmtpVersion = '1.2'
slf4jVersion = '1.7.25' slf4jVersion = '1.7.25'
springIntegrationVersion = '4.3.14.RELEASE' springIntegrationVersion = '4.3.15.RELEASE'
springIntegrationDslVersion = '1.2.3.RELEASE' springIntegrationDslVersion = '1.2.3.RELEASE'
springIntegrationKafkaVersion = '2.3.0.RELEASE' springIntegrationKafkaVersion = '2.3.0.RELEASE'
springIntegrationSplunkVersion = '1.1.0.RELEASE' springIntegrationSplunkVersion = '1.1.0.RELEASE'
springKafkaVersion = '1.3.0.RELEASE' springKafkaVersion = '1.3.0.RELEASE'
springVersion = '4.3.14.RELEASE' springVersion = '4.3.15.RELEASE'
springSecurityVersion = '4.1.4.RELEASE' springSecurityVersion = '4.1.4.RELEASE'
springWebFlowVersion = '2.3.3.RELEASE' springWebFlowVersion = '2.3.3.RELEASE'
tilesJspVersion = '2.2.1' tilesJspVersion = '2.2.1'

View File

@@ -1,3 +1,3 @@
version=4.3.0.BUILD-SNAPSHOT version=4.3.0.BUILD-SNAPSHOT
springBootVersion=1.4.2.RELEASE springBootVersion=1.5.11.BUILD-SNAPSHOT
org.gradle.daemon=true org.gradle.daemon=true