@@ -24,7 +24,7 @@ plugins {
24
24
id ' io.spring.antora.generate-antora-yml' version ' 0.0.1'
25
25
id ' com.github.spotbugs' version ' 6.1.7'
26
26
id ' com.google.protobuf' version ' 0.9.4' apply false
27
- id ' io.freefair.aggregate-javadoc' version ' 8.11 '
27
+ id ' io.freefair.aggregate-javadoc' version ' 8.13 '
28
28
}
29
29
30
30
if (isCI) {
@@ -55,17 +55,17 @@ ext {
55
55
modifiedFiles. finalizeValueOnRead()
56
56
57
57
apacheSshdVersion = ' 2.15.0'
58
- artemisVersion = ' 2.39 .0'
58
+ artemisVersion = ' 2.40 .0'
59
59
aspectjVersion = ' 1.9.23'
60
60
assertjVersion = ' 3.27.3'
61
61
assertkVersion = ' 0.28.1'
62
62
avroVersion = ' 1.12.0'
63
- awaitilityVersion = ' 4.2.2 '
64
- camelVersion = ' 4.9.0 '
63
+ awaitilityVersion = ' 4.3.0 '
64
+ camelVersion = ' 4.10.2 '
65
65
commonsDbcp2Version = ' 2.13.0'
66
66
commonsIoVersion = ' 2.18.0'
67
67
commonsNetVersion = ' 3.11.1'
68
- curatorVersion = ' 5.7.1 '
68
+ curatorVersion = ' 5.8.0 '
69
69
debeziumVersion = ' 3.0.8.Final'
70
70
derbyVersion = ' 10.16.1.1'
71
71
ftpServerVersion = ' 1.2.1'
@@ -92,15 +92,15 @@ ext {
92
92
lettuceVersion = ' 6.5.5.RELEASE'
93
93
log4jVersion = ' 2.24.3'
94
94
mailVersion = ' 2.0.3'
95
- micrometerTracingVersion = ' 1.5.0-SNAPSHOT '
96
- micrometerVersion = ' 1.15.0-SNAPSHOT '
97
- mockitoVersion = ' 5.15.2 '
95
+ micrometerTracingVersion = ' 1.5.0-M3 '
96
+ micrometerVersion = ' 1.15.0-M3 '
97
+ mockitoVersion = ' 5.16.1 '
98
98
mongoDriverVersion = ' 5.3.1'
99
- mysqlVersion = ' 9.1 .0'
100
- oracleVersion = ' 23.6 .0.24.10 '
99
+ mysqlVersion = ' 9.2 .0'
100
+ oracleVersion = ' 23.7 .0.25.01 '
101
101
pahoMqttClientVersion = ' 1.2.5'
102
102
postgresVersion = ' 42.7.5'
103
- protobufVersion = ' 4.29.3 '
103
+ protobufVersion = ' 4.30.1 '
104
104
r2dbch2Version = ' 1.0.0.RELEASE'
105
105
reactorVersion = ' 2024.0.4'
106
106
resilience4jVersion = ' 2.3.0'
@@ -109,13 +109,13 @@ ext {
109
109
servletApiVersion = ' 6.1.0'
110
110
smackVersion = ' 4.4.8'
111
111
springAmqpVersion = ' 3.2.4'
112
- springDataVersion = ' 2025.0.0-SNAPSHOT '
113
- springGraphqlVersion = ' 1.3.4 '
112
+ springDataVersion = ' 2025.0.0-M1 '
113
+ springGraphqlVersion = ' 1.4.0-M1 '
114
114
springKafkaVersion = ' 3.3.4'
115
115
springRetryVersion = ' 2.0.11'
116
- springSecurityVersion = ' 6.5.0-SNAPSHOT '
116
+ springSecurityVersion = ' 6.5.0-M3 '
117
117
springVersion = ' 6.2.4'
118
- springWsVersion = ' 4.1.0-SNAPSHOT '
118
+ springWsVersion = ' 4.1.0-M1 '
119
119
testcontainersVersion = ' 1.20.6'
120
120
tomcatVersion = ' 11.0.5'
121
121
xmlUnitVersion = ' 2.10.0'
@@ -387,7 +387,7 @@ configure(javaProjects) { subproject ->
387
387
388
388
checkstyle {
389
389
configDirectory. set(rootProject. file(' src/checkstyle' ))
390
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.21.1 '
390
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.21.4 '
391
391
}
392
392
393
393
jar {
0 commit comments