Upgrade dependencies
This commit is contained in:
42
build.gradle
42
build.gradle
@@ -19,7 +19,7 @@ plugins {
|
||||
id 'org.sonarqube' version '4.3.1.3277'
|
||||
id 'io.spring.nohttp' version '0.0.11' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||
id 'io.spring.dependency-management' version '1.1.3'
|
||||
id 'io.spring.dependency-management' version '1.1.4'
|
||||
id 'com.jfrog.artifactory' version '5.1.10' apply false
|
||||
id 'org.jetbrains.dokka' version "$kotlinVersion"
|
||||
id 'org.antora' version '1.0.0'
|
||||
@@ -60,25 +60,25 @@ ext {
|
||||
assertkVersion = '0.27.0'
|
||||
avroVersion = '1.11.3'
|
||||
awaitilityVersion = '4.2.0'
|
||||
camelVersion = '4.1.0'
|
||||
camelVersion = '4.2.0'
|
||||
commonsDbcp2Version = '2.11.0'
|
||||
commonsIoVersion = '2.15.0'
|
||||
commonsNetVersion = '3.10.0'
|
||||
curatorVersion = '5.5.0'
|
||||
debeziumVersion = '2.4.0.Final'
|
||||
derbyVersion = '10.16.1.1'
|
||||
debeziumVersion = '2.4.1.Final'
|
||||
derbyVersion = '10.17.1.0'
|
||||
findbugsVersion = '3.0.1'
|
||||
ftpServerVersion = '1.2.0'
|
||||
graalvmVersion = '23.0.2'
|
||||
greenmailVersion = '2.1.0-alpha-3'
|
||||
groovyVersion = '4.0.15'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '5.3.5'
|
||||
hazelcastVersion = '5.3.6'
|
||||
hibernateVersion = '6.3.1.Final'
|
||||
hsqldbVersion = '2.7.2'
|
||||
h2Version = '2.2.224'
|
||||
jacksonVersion = '2.15.3'
|
||||
jaxbVersion = '4.0.3'
|
||||
jaxbVersion = '4.0.4'
|
||||
jcifsVersion = '2.1.37'
|
||||
jeroMqVersion = '0.5.4'
|
||||
jmsApiVersion = '3.1.0'
|
||||
@@ -90,35 +90,35 @@ ext {
|
||||
jythonVersion = '2.7.3'
|
||||
kotlinCoroutinesVersion = '1.7.3'
|
||||
kryoVersion = '5.5.0'
|
||||
lettuceVersion = '6.2.6.RELEASE'
|
||||
lettuceVersion = '6.3.0.RELEASE'
|
||||
log4jVersion = '2.21.1'
|
||||
mailVersion = '2.0.2'
|
||||
micrometerTracingVersion = '1.2.0-SNAPSHOT'
|
||||
micrometerVersion = '1.12.0-SNAPSHOT'
|
||||
micrometerTracingVersion = '1.2.0'
|
||||
micrometerVersion = '1.12.0'
|
||||
mockitoVersion = '5.7.0'
|
||||
mongoDriverVersion = '4.11.0'
|
||||
mongoDriverVersion = '4.11.1'
|
||||
mysqlVersion = '8.0.33'
|
||||
oracleVersion = '23.3.0.23.09'
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.6.0'
|
||||
protobufVersion = '3.25.0'
|
||||
protobufVersion = '3.25.1'
|
||||
r2dbch2Version = '1.0.0.RELEASE'
|
||||
reactorVersion = '2023.0.0-SNAPSHOT'
|
||||
reactorVersion = '2023.0.0'
|
||||
resilience4jVersion = '2.1.0'
|
||||
romeToolsVersion = '2.1.0'
|
||||
rsocketVersion = '1.1.4'
|
||||
servletApiVersion = '6.0.0'
|
||||
smackVersion = '4.4.6'
|
||||
springAmqpVersion = '3.1.0-SNAPSHOT'
|
||||
springDataVersion = '2023.1.0-SNAPSHOT'
|
||||
springAmqpVersion = '3.1.0'
|
||||
springDataVersion = '2023.1.0'
|
||||
springGraphqlVersion = '1.2.4-SNAPSHOT'
|
||||
springKafkaVersion = '3.1.0-SNAPSHOT'
|
||||
springKafkaVersion = '3.1.0'
|
||||
springRetryVersion = '2.0.4'
|
||||
springSecurityVersion = '6.2.0-SNAPSHOT'
|
||||
springVersion = '6.1.0-SNAPSHOT'
|
||||
springWsVersion = '4.0.7'
|
||||
testcontainersVersion = '1.19.1'
|
||||
tomcatVersion = '10.1.15'
|
||||
springSecurityVersion = '6.2.0'
|
||||
springVersion = '6.1.0'
|
||||
springWsVersion = '4.0.8'
|
||||
testcontainersVersion = '1.19.2'
|
||||
tomcatVersion = '10.1.16'
|
||||
xmlUnitVersion = '2.9.1'
|
||||
xstreamVersion = '1.4.20'
|
||||
ztZipVersion = '1.16'
|
||||
@@ -373,7 +373,7 @@ configure(javaProjects) { subproject ->
|
||||
|
||||
checkstyle {
|
||||
configDirectory.set(rootProject.file('src/checkstyle'))
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.4'
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user