@@ -17,14 +17,14 @@ buildscript {
1717plugins {
1818 id ' base'
1919 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 '
2121 id ' io.spring.dependency-management' version ' 1.1.6'
2222 id ' org.jetbrains.dokka' version ' 1.9.20'
2323 id ' org.antora' version ' 1.0.0'
2424 id ' io.spring.antora.generate-antora-yml' version ' 0.0.1'
2525 id ' com.github.spotbugs' version ' 6.0.24'
2626 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 '
2828}
2929
3030if (isCI) {
5454 }
5555 modifiedFiles. finalizeValueOnRead()
5656
57- apacheSshdVersion = ' 2.13.2 '
57+ apacheSshdVersion = ' 2.14.0 '
5858 artemisVersion = ' 2.37.0'
5959 aspectjVersion = ' 1.9.22.1'
6060 assertjVersion = ' 3.26.3'
@@ -63,16 +63,16 @@ ext {
6363 awaitilityVersion = ' 4.2.2'
6464 camelVersion = ' 4.8.0'
6565 commonsDbcp2Version = ' 2.12.0'
66- commonsIoVersion = ' 2.16.1 '
66+ commonsIoVersion = ' 2.17.0 '
6767 commonsNetVersion = ' 3.11.1'
6868 curatorVersion = ' 5.7.0'
69- debeziumVersion = ' 2.7.3 .Final'
69+ debeziumVersion = ' 3.0.0 .Final'
7070 derbyVersion = ' 10.16.1.1'
7171 ftpServerVersion = ' 1.2.0'
72- graalvmVersion = ' 24.0.2 '
72+ graalvmVersion = ' 24.1.0 '
7373 greenmailVersion = ' 2.1.0'
7474 groovyVersion = ' 4.0.23'
75- hamcrestVersion = ' 2.2 '
75+ hamcrestVersion = ' 3.0 '
7676 hazelcastVersion = ' 5.4.0'
7777 hibernateVersion = ' 6.6.1.Final'
7878 hsqldbVersion = ' 2.7.3'
@@ -89,13 +89,13 @@ ext {
8989 junitJupiterVersion = ' 5.11.2'
9090 kotlinCoroutinesVersion = ' 1.8.1'
9191 kryoVersion = ' 5.6.0'
92- lettuceVersion = ' 6.4 .0.RELEASE '
92+ lettuceVersion = ' 6.5 .0.RC1 '
9393 log4jVersion = ' 2.24.0'
9494 mailVersion = ' 2.0.3'
9595 micrometerTracingVersion = ' 1.4.0-SNAPSHOT'
9696 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 '
9999 mysqlVersion = ' 9.0.0'
100100 oracleVersion = ' 23.5.0.24.07'
101101 pahoMqttClientVersion = ' 1.2.5'
@@ -380,7 +380,7 @@ configure(javaProjects) { subproject ->
380380
381381 checkstyle {
382382 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 '
384384 }
385385
386386 jar {
@@ -459,7 +459,6 @@ configure(javaProjects) { subproject ->
459459project(' spring-integration-test-support' ) {
460460 description = ' Spring Integration Test Support - **No SI Dependencies Allowed**'
461461 dependencies {
462- compileOnly ' org.apiguardian:apiguardian-api:1.0.0'
463462 api " org.hamcrest:hamcrest-library:$hamcrestVersion "
464463 api ' org.mockito:mockito-core'
465464 api " org.assertj:assertj-core:$assertjVersion "
0 commit comments