@@ -45,14 +45,14 @@ ext {
45
45
linkScmConnection = ' scm:git:git://github.com/spring-projects/spring-integration.git'
46
46
linkScmDevConnection = ' scm:git:ssh://git@github.com:spring-projects/spring-integration.git'
47
47
48
- apacheSshdVersion = ' 2.15 .0'
48
+ apacheSshdVersion = ' 2.16 .0'
49
49
artemisVersion = ' 2.42.0'
50
50
aspectjVersion = ' 1.9.24'
51
51
assertjVersion = ' 3.27.4'
52
52
assertkVersion = ' 0.28.1'
53
53
avroVersion = ' 1.12.0'
54
54
awaitilityVersion = ' 4.3.0'
55
- camelVersion = ' 4.13 .0'
55
+ camelVersion = ' 4.14 .0'
56
56
commonsDbcp2Version = ' 2.13.0'
57
57
commonsIoVersion = ' 2.20.0'
58
58
commonsNetVersion = ' 3.12.0'
62
62
ftpServerVersion = ' 1.2.1'
63
63
graalvmVersion = ' 24.2.2'
64
64
greenmailVersion = ' 2.1.5'
65
- groovyVersion = ' 4 .0.28 '
65
+ groovyVersion = ' 5 .0.1 '
66
66
hamcrestVersion = ' 3.0'
67
67
hazelcastVersion = ' 5.5.0'
68
68
hibernateVersion = ' 7.1.1.Final'
@@ -78,35 +78,35 @@ ext {
78
78
jrubyVersion = ' 10.0.2.0'
79
79
jsonpathVersion = ' 2.9.0'
80
80
junit4Version = ' 4.13.2'
81
- junitJupiterVersion = ' 6.0.0-RC2 '
81
+ junitJupiterVersion = ' 6.0.0-RC3 '
82
82
kotlinCoroutinesVersion = ' 1.10.2'
83
83
kryoVersion = ' 5.6.2'
84
84
lettuceVersion = ' 6.8.1.RELEASE'
85
85
log4jVersion = ' 2.25.1'
86
86
mailVersion = ' 2.0.4'
87
- micrometerTracingVersion = ' 1.6.0-M2 '
88
- micrometerVersion = ' 1.16.0-M2 '
87
+ micrometerTracingVersion = ' 1.6.0-M3 '
88
+ micrometerVersion = ' 1.16.0-M3 '
89
89
mockitoVersion = ' 5.19.0'
90
- mongoDriverVersion = ' 5.5.1 '
90
+ mongoDriverVersion = ' 5.6.0 '
91
91
mysqlVersion = ' 9.4.0'
92
92
oracleVersion = ' 23.9.0.25.07'
93
93
pahoMqttClientVersion = ' 1.2.5'
94
94
postgresVersion = ' 42.7.7'
95
95
protobufVersion = ' 4.32.1'
96
96
r2dbch2Version = ' 1.0.0.RELEASE'
97
- reactorVersion = ' 2025.0.0-M6 '
97
+ reactorVersion = ' 2025.0.0-M7 '
98
98
resilience4jVersion = ' 2.3.0'
99
99
romeToolsVersion = ' 2.1.0'
100
100
rsocketVersion = ' 1.1.5'
101
101
servletApiVersion = ' 6.1.0'
102
102
smackVersion = ' 4.4.8'
103
- springAmqpVersion = ' 4.0.0-SNAPSHOT '
104
- springDataVersion = ' 2025.1.0-M5 '
105
- springGraphqlVersion = ' 2.0.0-SNAPSHOT '
106
- springKafkaVersion = ' 4.0.0-SNAPSHOT '
107
- springSecurityVersion = ' 7.0.0-SNAPSHOT '
108
- springVersion = ' 7.0.0-SNAPSHOT '
109
- springWsVersion = ' 5.0.0-SNAPSHOT '
103
+ springAmqpVersion = ' 4.0.0-M5 '
104
+ springDataVersion = ' 2025.1.0-M6 '
105
+ springGraphqlVersion = ' 2.0.0-M3 '
106
+ springKafkaVersion = ' 4.0.0-M5 '
107
+ springSecurityVersion = ' 7.0.0-M3 '
108
+ springVersion = ' 7.0.0-M9 '
109
+ springWsVersion = ' 5.0.0-M1 '
110
110
testcontainersVersion = ' 1.21.3'
111
111
tomcatVersion = ' 11.0.11'
112
112
xmlUnitVersion = ' 2.10.4'
@@ -245,7 +245,6 @@ configure(javaProjects) { subproject ->
245
245
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget . JVM_17
246
246
javaParameters = true
247
247
allWarningsAsErrors = true
248
- freeCompilerArgs = [ ' -Xannotation-default-target=param-property' ] // Upcoming default, see https://youtrack.jetbrains.com/issue/KT-73255
249
248
}
250
249
}
251
250
@@ -341,7 +340,7 @@ configure(javaProjects) { subproject ->
341
340
342
341
checkstyle {
343
342
configDirectory. set(rootProject. file(' src/checkstyle' ))
344
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 11.0.0 '
343
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 11.0.1 '
345
344
}
346
345
347
346
jar {
0 commit comments