Skip to content

Commit 7428d0b

Browse files
committed
Upgrade dependencies
1 parent 10a7647 commit 7428d0b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

build.gradle

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'org.sonarqube' version '4.3.1.3277'
2020
id 'io.spring.nohttp' version '0.0.11' apply false
2121
id 'org.ajoberstar.grgit' version '4.1.1'
22-
id 'io.spring.dependency-management' version '1.1.3'
22+
id 'io.spring.dependency-management' version '1.1.4'
2323
id 'com.jfrog.artifactory' version '5.1.10' apply false
2424
id 'org.jetbrains.dokka' version "$kotlinVersion"
2525
id 'org.antora' version '1.0.0'
@@ -60,25 +60,25 @@ ext {
6060
assertkVersion = '0.27.0'
6161
avroVersion = '1.11.3'
6262
awaitilityVersion = '4.2.0'
63-
camelVersion = '4.1.0'
63+
camelVersion = '4.2.0'
6464
commonsDbcp2Version = '2.11.0'
6565
commonsIoVersion = '2.15.0'
6666
commonsNetVersion = '3.10.0'
6767
curatorVersion = '5.5.0'
68-
debeziumVersion = '2.4.0.Final'
69-
derbyVersion = '10.16.1.1'
68+
debeziumVersion = '2.4.1.Final'
69+
derbyVersion = '10.17.1.0'
7070
findbugsVersion = '3.0.1'
7171
ftpServerVersion = '1.2.0'
7272
graalvmVersion = '23.0.2'
7373
greenmailVersion = '2.1.0-alpha-3'
7474
groovyVersion = '4.0.15'
7575
hamcrestVersion = '2.2'
76-
hazelcastVersion = '5.3.5'
76+
hazelcastVersion = '5.3.6'
7777
hibernateVersion = '6.3.1.Final'
7878
hsqldbVersion = '2.7.2'
7979
h2Version = '2.2.224'
8080
jacksonVersion = '2.15.3'
81-
jaxbVersion = '4.0.3'
81+
jaxbVersion = '4.0.4'
8282
jcifsVersion = '2.1.37'
8383
jeroMqVersion = '0.5.4'
8484
jmsApiVersion = '3.1.0'
@@ -90,35 +90,35 @@ ext {
9090
jythonVersion = '2.7.3'
9191
kotlinCoroutinesVersion = '1.7.3'
9292
kryoVersion = '5.5.0'
93-
lettuceVersion = '6.2.6.RELEASE'
93+
lettuceVersion = '6.3.0.RELEASE'
9494
log4jVersion = '2.21.1'
9595
mailVersion = '2.0.2'
96-
micrometerTracingVersion = '1.2.0-SNAPSHOT'
97-
micrometerVersion = '1.12.0-SNAPSHOT'
96+
micrometerTracingVersion = '1.2.0'
97+
micrometerVersion = '1.12.0'
9898
mockitoVersion = '5.7.0'
99-
mongoDriverVersion = '4.11.0'
99+
mongoDriverVersion = '4.11.1'
100100
mysqlVersion = '8.0.33'
101101
oracleVersion = '23.3.0.23.09'
102102
pahoMqttClientVersion = '1.2.5'
103103
postgresVersion = '42.6.0'
104-
protobufVersion = '3.25.0'
104+
protobufVersion = '3.25.1'
105105
r2dbch2Version = '1.0.0.RELEASE'
106-
reactorVersion = '2023.0.0-SNAPSHOT'
106+
reactorVersion = '2023.0.0'
107107
resilience4jVersion = '2.1.0'
108108
romeToolsVersion = '2.1.0'
109109
rsocketVersion = '1.1.4'
110110
servletApiVersion = '6.0.0'
111111
smackVersion = '4.4.6'
112-
springAmqpVersion = '3.1.0-SNAPSHOT'
113-
springDataVersion = '2023.1.0-SNAPSHOT'
112+
springAmqpVersion = '3.1.0'
113+
springDataVersion = '2023.1.0'
114114
springGraphqlVersion = '1.2.4-SNAPSHOT'
115-
springKafkaVersion = '3.1.0-SNAPSHOT'
115+
springKafkaVersion = '3.1.0'
116116
springRetryVersion = '2.0.4'
117-
springSecurityVersion = '6.2.0-SNAPSHOT'
118-
springVersion = '6.1.0-SNAPSHOT'
119-
springWsVersion = '4.0.7'
120-
testcontainersVersion = '1.19.1'
121-
tomcatVersion = '10.1.15'
117+
springSecurityVersion = '6.2.0'
118+
springVersion = '6.1.0'
119+
springWsVersion = '4.0.8'
120+
testcontainersVersion = '1.19.2'
121+
tomcatVersion = '10.1.16'
122122
xmlUnitVersion = '2.9.1'
123123
xstreamVersion = '1.4.20'
124124
ztZipVersion = '1.16'
@@ -373,7 +373,7 @@ configure(javaProjects) { subproject ->
373373

374374
checkstyle {
375375
configDirectory.set(rootProject.file('src/checkstyle'))
376-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.4'
376+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
377377
}
378378

379379
jar {

0 commit comments

Comments
 (0)