Upgrade dependencies
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -5,7 +5,7 @@ buildscript {
|
||||
maven { url 'https://repo.spring.io/libs-snapshot' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE'
|
||||
classpath 'io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE'
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
classpath "gradle.plugin.org.gretty:gretty:2.3.1"
|
||||
}
|
||||
@@ -180,7 +180,7 @@ subprojects { subproject ->
|
||||
c3p0Version = '0.9.1.2'
|
||||
derbyVersion = '10.14.2.0'
|
||||
hamcrestVersion = '2.2'
|
||||
hibernateVersion = '5.4.28.Final'
|
||||
hibernateVersion = '5.4.30.Final'
|
||||
hibernateValidatorVersion = '6.1.2.Final'
|
||||
ftpServerVersion = '1.1.1'
|
||||
flexjsonVersion = '2.0'
|
||||
@@ -210,11 +210,11 @@ subprojects { subproject ->
|
||||
subethasmtpVersion = '1.2'
|
||||
slf4jVersion = '1.7.25'
|
||||
springCloudVersion ='2020.0.0-SNAPSHOT'
|
||||
springIntegrationVersion = '5.4.5'
|
||||
springIntegrationVersion = '5.4.6'
|
||||
springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT'
|
||||
springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT'
|
||||
springVersion = '5.3.5'
|
||||
springSecurityVersion = '5.4.4'
|
||||
springVersion = '5.3.6'
|
||||
springSecurityVersion = '5.4.6'
|
||||
springWebFlowVersion = '2.3.3.RELEASE'
|
||||
testcontainersVersion = '1.15.2'
|
||||
tilesJspVersion = '2.2.1'
|
||||
|
||||
Reference in New Issue
Block a user