@@ -21,7 +21,6 @@ plugins {
21
21
id ' org.jetbrains.dokka' version ' 1.9.20'
22
22
id ' org.antora' version ' 1.0.0'
23
23
id ' io.spring.antora.generate-antora-yml' version ' 0.0.1'
24
- id ' com.github.spotbugs' version ' 6.1.13'
25
24
id ' com.google.protobuf' version ' 0.9.5' apply false
26
25
id ' io.freefair.aggregate-javadoc' version ' 8.13.1'
27
26
id ' io.spring.nullability' version ' 0.0.2' apply false
@@ -47,18 +46,18 @@ ext {
47
46
linkScmDevConnection = ' scm:git:ssh://git@github.com:spring-projects/spring-integration.git'
48
47
49
48
apacheSshdVersion = ' 2.15.0'
50
- artemisVersion = ' 2.41 .0'
49
+ artemisVersion = ' 2.42 .0'
51
50
aspectjVersion = ' 1.9.24'
52
51
assertjVersion = ' 3.27.3'
53
52
assertkVersion = ' 0.28.1'
54
53
avroVersion = ' 1.12.0'
55
54
awaitilityVersion = ' 4.3.0'
56
- camelVersion = ' 4.12 .0'
55
+ camelVersion = ' 4.13 .0'
57
56
commonsDbcp2Version = ' 2.13.0'
58
- commonsIoVersion = ' 2.19 .0'
57
+ commonsIoVersion = ' 2.20 .0'
59
58
commonsNetVersion = ' 3.11.1'
60
59
curatorVersion = ' 5.8.0'
61
- debeziumVersion = ' 3.1.3 .Final'
60
+ debeziumVersion = ' 3.2.0 .Final'
62
61
derbyVersion = ' 10.16.1.1'
63
62
ftpServerVersion = ' 1.2.1'
64
63
graalvmVersion = ' 24.2.2'
@@ -79,11 +78,11 @@ ext {
79
78
jrubyVersion = ' 10.0.1.0'
80
79
jsonpathVersion = ' 2.9.0'
81
80
junit4Version = ' 4.13.2'
82
- junitJupiterVersion = ' 5.12.2 '
81
+ junitJupiterVersion = ' 5.13.4 '
83
82
kotlinCoroutinesVersion = ' 1.10.2'
84
83
kryoVersion = ' 5.6.2'
85
84
lettuceVersion = ' 6.7.1.RELEASE'
86
- log4jVersion = ' 2.24.3 '
85
+ log4jVersion = ' 2.25.1 '
87
86
mailVersion = ' 2.0.3'
88
87
micrometerTracingVersion = ' 1.6.0-M1'
89
88
micrometerVersion = ' 1.16.0-M1'
@@ -101,14 +100,14 @@ ext {
101
100
rsocketVersion = ' 1.1.5'
102
101
servletApiVersion = ' 6.1.0'
103
102
smackVersion = ' 4.4.8'
104
- springAmqpVersion = ' 4.0.0-SNAPSHOT '
103
+ springAmqpVersion = ' 4.0.0-M3 '
105
104
springDataVersion = ' 2025.1.0-M4'
106
- springGraphqlVersion = ' 1.4.1 '
107
- springKafkaVersion = ' 4.0.0-SNAPSHOT '
105
+ springGraphqlVersion = ' 2.0.0-M1 '
106
+ springKafkaVersion = ' 4.0.0-M3 '
108
107
springRetryVersion = ' 2.0.12'
109
- springSecurityVersion = ' 7.0.0-SNAPSHOT '
108
+ springSecurityVersion = ' 7.0.0-M1 '
110
109
springVersion = ' 7.0.0-M7'
111
- springWsVersion = ' 5.0.0-SNAPSHOT '
110
+ springWsVersion = ' 5.0.0-M1 '
112
111
testcontainersVersion = ' 1.21.3'
113
112
tomcatVersion = ' 11.0.9'
114
113
xmlUnitVersion = ' 2.10.3'
@@ -288,10 +287,6 @@ configure(javaProjects) { subproject ->
288
287
api project(' :spring-integration-core' )
289
288
}
290
289
291
- def spotbugsAnnotations = " com.github.spotbugs:spotbugs-annotations:${ spotbugs.toolVersion.get()} "
292
- compileOnly spotbugsAnnotations
293
- testCompileOnly spotbugsAnnotations
294
-
295
290
testImplementation(" org.awaitility:awaitility:$awaitilityVersion " ) {
296
291
exclude group : ' org.hamcrest'
297
292
}
@@ -345,7 +340,7 @@ configure(javaProjects) { subproject ->
345
340
346
341
checkstyle {
347
342
configDirectory. set(rootProject. file(' src/checkstyle' ))
348
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.25.0 '
343
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.26.1 '
349
344
}
350
345
351
346
jar {
0 commit comments