Skip to content

Commit bafc486

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 046b580 commit bafc486

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext {
4646
linkScmDevConnection = 'scm:git:ssh://git@github.com:spring-projects/spring-integration.git'
4747

4848
apacheSshdVersion = '2.16.0'
49-
artemisVersion = '2.43.0'
49+
artemisVersion = '2.44.0'
5050
aspectjVersion = '1.9.24'
5151
assertjVersion = '3.27.6'
5252
assertkVersion = '0.28.1'
@@ -65,7 +65,7 @@ ext {
6565
groovyVersion = '5.0.2'
6666
hamcrestVersion = '3.0'
6767
hazelcastVersion = '5.6.0'
68-
hibernateVersion = '7.1.5.Final'
68+
hibernateVersion = '7.1.6.Final'
6969
hsqldbVersion = '2.7.4'
7070
h2Version = '2.4.240'
7171
jacksonVersion = '2.20.1'
@@ -76,13 +76,13 @@ ext {
7676
jmsApiVersion = '3.1.0'
7777
jpaApiVersion = '3.2.0'
7878
jrubyVersion = '10.0.2.0'
79-
jsonpathVersion = '2.9.0'
79+
jsonpathVersion = '2.10.0'
8080
junit4Version = '4.13.2'
8181
junitJupiterVersion = '6.0.1'
8282
junitPioneerVersion = '2.3.0'
8383
kotlinCoroutinesVersion = '1.10.2'
8484
kryoVersion = '5.6.2'
85-
lettuceVersion = '6.8.1.RELEASE'
85+
lettuceVersion = '7.0.0.RELEASE'
8686
log4jVersion = '2.25.2'
8787
mailVersion = '2.0.5'
8888
micrometerTracingVersion = '1.6.0-RC1'
@@ -101,16 +101,16 @@ ext {
101101
rsocketVersion = '1.1.5'
102102
servletApiVersion = '6.1.0'
103103
smackVersion = '4.4.8'
104-
springAmqpVersion = '4.0.0-SNAPSHOT'
105-
springDataVersion = '2025.1.0-SNAPSHOT'
106-
springGraphqlVersion = '2.0.0-SNAPSHOT'
104+
springAmqpVersion = '4.0.0-RC1'
105+
springDataVersion = '2025.1.0-RC2'
106+
springGraphqlVersion = '2.0.0-RC2'
107107
springKafkaVersion = '4.0.0-RC1'
108-
springSecurityVersion = '7.0.0-SNAPSHOT'
109-
springVersion = '7.0.0-RC1'
110-
springWsVersion = '5.0.0-SNAPSHOT'
108+
springSecurityVersion = '7.0.0-RC2'
109+
springVersion = '7.0.0-RC3'
110+
springWsVersion = '5.0.0-RC1'
111111
testcontainersVersion = '2.0.1'
112112
tomcatVersion = '11.0.13'
113-
xmlUnitVersion = '2.10.4'
113+
xmlUnitVersion = '2.11.0'
114114
xstreamVersion = '1.4.21'
115115
ztZipVersion = '1.17'
116116

@@ -332,7 +332,7 @@ configure(javaProjects) { subproject ->
332332

333333
checkstyle {
334334
configDirectory.set(rootProject.file('src/checkstyle'))
335-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '12.1.0'
335+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '12.1.1'
336336
}
337337

338338
jar {

0 commit comments

Comments
 (0)