@@ -17,14 +17,14 @@ buildscript {
17
17
plugins {
18
18
id ' base'
19
19
id ' io.spring.nohttp' version ' 0.0.11' apply false
20
- id ' org.ajoberstar.grgit' version ' 5.2.2 '
20
+ id ' org.ajoberstar.grgit' version ' 5.3.0 '
21
21
id ' io.spring.dependency-management' version ' 1.1.6'
22
22
id ' org.jetbrains.dokka' version ' 1.9.20'
23
23
id ' org.antora' version ' 1.0.0'
24
24
id ' io.spring.antora.generate-antora-yml' version ' 0.0.1'
25
25
id ' com.github.spotbugs' version ' 6.0.24'
26
26
id ' com.google.protobuf' version ' 0.9.4' apply false
27
- id ' io.freefair.aggregate-javadoc' version ' 8.6 '
27
+ id ' io.freefair.aggregate-javadoc' version ' 8.10.2 '
28
28
}
29
29
30
30
if (isCI) {
54
54
}
55
55
modifiedFiles. finalizeValueOnRead()
56
56
57
- apacheSshdVersion = ' 2.13.2 '
57
+ apacheSshdVersion = ' 2.14.0 '
58
58
artemisVersion = ' 2.37.0'
59
59
aspectjVersion = ' 1.9.22.1'
60
60
assertjVersion = ' 3.26.3'
@@ -63,16 +63,16 @@ ext {
63
63
awaitilityVersion = ' 4.2.2'
64
64
camelVersion = ' 4.8.0'
65
65
commonsDbcp2Version = ' 2.12.0'
66
- commonsIoVersion = ' 2.16.1 '
66
+ commonsIoVersion = ' 2.17.0 '
67
67
commonsNetVersion = ' 3.11.1'
68
68
curatorVersion = ' 5.7.0'
69
- debeziumVersion = ' 2.7.3 .Final'
69
+ debeziumVersion = ' 3.0.0 .Final'
70
70
derbyVersion = ' 10.16.1.1'
71
71
ftpServerVersion = ' 1.2.0'
72
- graalvmVersion = ' 24.0.2 '
72
+ graalvmVersion = ' 24.1.0 '
73
73
greenmailVersion = ' 2.1.0'
74
74
groovyVersion = ' 4.0.23'
75
- hamcrestVersion = ' 2.2 '
75
+ hamcrestVersion = ' 3.0 '
76
76
hazelcastVersion = ' 5.4.0'
77
77
hibernateVersion = ' 6.6.1.Final'
78
78
hsqldbVersion = ' 2.7.3'
@@ -89,13 +89,13 @@ ext {
89
89
junitJupiterVersion = ' 5.11.2'
90
90
kotlinCoroutinesVersion = ' 1.8.1'
91
91
kryoVersion = ' 5.6.0'
92
- lettuceVersion = ' 6.4 .0.RELEASE '
92
+ lettuceVersion = ' 6.5 .0.RC1 '
93
93
log4jVersion = ' 2.24.0'
94
94
mailVersion = ' 2.0.3'
95
95
micrometerTracingVersion = ' 1.4.0-SNAPSHOT'
96
96
micrometerVersion = ' 1.14.0-SNAPSHOT'
97
- mockitoVersion = ' 5.13.0 '
98
- mongoDriverVersion = ' 5.1.4 '
97
+ mockitoVersion = ' 5.14.1 '
98
+ mongoDriverVersion = ' 5.2.0 '
99
99
mysqlVersion = ' 9.0.0'
100
100
oracleVersion = ' 23.5.0.24.07'
101
101
pahoMqttClientVersion = ' 1.2.5'
@@ -380,7 +380,7 @@ configure(javaProjects) { subproject ->
380
380
381
381
checkstyle {
382
382
configDirectory. set(rootProject. file(' src/checkstyle' ))
383
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.12.5 '
383
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.18.2 '
384
384
}
385
385
386
386
jar {
@@ -459,7 +459,6 @@ configure(javaProjects) { subproject ->
459
459
project(' spring-integration-test-support' ) {
460
460
description = ' Spring Integration Test Support - **No SI Dependencies Allowed**'
461
461
dependencies {
462
- compileOnly ' org.apiguardian:apiguardian-api:1.0.0'
463
462
api " org.hamcrest:hamcrest-library:$hamcrestVersion "
464
463
api ' org.mockito:mockito-core'
465
464
api " org.assertj:assertj-core:$assertjVersion "
0 commit comments