Upgrade dependencies to latest versions

This commit is contained in:
Artem Bilan
2020-11-11 13:51:44 -05:00
parent d5d07243d1
commit 1f5044756e

View File

@@ -3,7 +3,7 @@ buildscript {
maven { url 'https://repo.spring.io/libs-snapshot' }
}
dependencies {
classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'
classpath 'io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath "gradle.plugin.org.gretty:gretty:2.3.1"
}
@@ -211,12 +211,12 @@ subprojects { subproject ->
subethasmtpVersion = '1.2'
slf4jVersion = '1.7.25'
springCloudVersion ='Hoxton.SR3'
springIntegrationVersion = '5.3.3.RELEASE'
springIntegrationVersion = '5.3.4.RELEASE'
springIntegrationKafkaVersion = '3.3.1.RELEASE'
springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT'
springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT'
springKafkaVersion = '2.5.4.RELEASE'
springVersion = '5.2.9.RELEASE'
springKafkaVersion = '2.5.8.RELEASE'
springVersion = '5.2.11.RELEASE'
springSecurityVersion = '5.3.5.RELEASE'
springWebFlowVersion = '2.3.3.RELEASE'
testcontainersVersion = '1.13.0'