Upgrade dependencies
This commit is contained in:
30
build.gradle
30
build.gradle
@@ -13,7 +13,7 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id 'org.sonarqube' version '2.8'
|
||||
id 'io.spring.nohttp' version '0.0.6.RELEASE' apply false
|
||||
id 'io.spring.nohttp' version '0.0.8' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.21.0' apply false
|
||||
@@ -50,7 +50,7 @@ ext {
|
||||
apacheSshdVersion = '2.6.0'
|
||||
aspectjVersion = '1.9.6'
|
||||
assertjVersion = '3.19.0'
|
||||
assertkVersion = '0.23.1'
|
||||
assertkVersion = '0.24'
|
||||
avroVersion = '1.10.2'
|
||||
awaitilityVersion = '4.0.3'
|
||||
commonsDbcp2Version = '2.8.0'
|
||||
@@ -60,10 +60,10 @@ ext {
|
||||
derbyVersion = '10.14.2.0'
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
groovyVersion = '3.0.7'
|
||||
groovyVersion = '3.0.8'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.2'
|
||||
hibernateVersion = '5.4.30.Final'
|
||||
hibernateVersion = '5.4.31.Final'
|
||||
hsqldbVersion = '2.6.0'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.12.3'
|
||||
@@ -76,20 +76,20 @@ ext {
|
||||
jschVersion = '0.1.55'
|
||||
jsonpathVersion = '2.5.0'
|
||||
junit4Version = '4.13.2'
|
||||
junitJupiterVersion = '5.7.1'
|
||||
junitJupiterVersion = '5.7.2'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '6.1.1.RELEASE'
|
||||
lettuceVersion = '6.1.2.RELEASE'
|
||||
log4jVersion = '2.14.1'
|
||||
mailVersion = '1.6.7'
|
||||
micrometerVersion = '1.7.0-RC1'
|
||||
mockitoVersion = '3.9.0'
|
||||
micrometerVersion = '1.7.0'
|
||||
mockitoVersion = '3.10.0'
|
||||
mongoDriverVersion = '4.2.3'
|
||||
mysqlVersion = '8.0.23'
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.2.19'
|
||||
r2dbch2Version='0.8.4.RELEASE'
|
||||
reactorVersion = '2020.0.6'
|
||||
reactorVersion = '2020.0.7'
|
||||
resilience4jVersion = '1.7.0'
|
||||
romeToolsVersion = '1.15.0'
|
||||
rsocketVersion = '1.1.0'
|
||||
@@ -97,16 +97,16 @@ ext {
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.7-SNAPSHOT'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.1-SNAPSHOT'
|
||||
springKafkaVersion = '2.7.1-SNAPSHOT'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.7'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.1'
|
||||
springKafkaVersion = '2.7.1'
|
||||
springRetryVersion = '1.3.1'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.0-SNAPSHOT'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.7-SNAPSHOT'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.7'
|
||||
springWsVersion = '3.1.0-SNAPSHOT'
|
||||
tomcatVersion = '9.0.45'
|
||||
tomcatVersion = '9.0.46'
|
||||
xmlUnitVersion = '2.8.2'
|
||||
xstreamVersion = '1.4.16'
|
||||
xstreamVersion = '1.4.17'
|
||||
|
||||
javaProjects = subprojects - project(':spring-integration-bom')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user