Skip to content

Commit ae698bf

Browse files
committed
Upgrade dependencies; prepare for release
* Including Gradle `8.14.1`
1 parent ef738e8 commit ae698bf

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

build.gradle

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.antora' version '1.0.0'
2323
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2424
id 'com.google.protobuf' version '0.9.5' apply false
25-
id 'io.freefair.aggregate-javadoc' version '8.13.1'
25+
id 'io.freefair.aggregate-javadoc' version '8.14.2'
2626
id 'io.spring.nullability' version '0.0.4' apply false
2727
}
2828

@@ -55,8 +55,8 @@ ext {
5555
camelVersion = '4.13.0'
5656
commonsDbcp2Version = '2.13.0'
5757
commonsIoVersion = '2.20.0'
58-
commonsNetVersion = '3.11.1'
59-
curatorVersion = '5.8.0'
58+
commonsNetVersion = '3.12.0'
59+
curatorVersion = '5.9.0'
6060
debeziumVersion = '3.2.1.Final'
6161
derbyVersion = '10.16.1.1'
6262
ftpServerVersion = '1.2.1'
@@ -65,10 +65,10 @@ ext {
6565
groovyVersion = '4.0.28'
6666
hamcrestVersion = '3.0'
6767
hazelcastVersion = '5.5.0'
68-
hibernateVersion = '7.0.10.Final'
68+
hibernateVersion = '7.1.0.Final'
6969
hsqldbVersion = '2.7.4'
7070
h2Version = '2.3.232'
71-
jacksonVersion = '2.19.2'
71+
jacksonVersion = '2.20.0-rc1'
7272
jackson3Version = '3.0.0-rc8'
7373
jaxbVersion = '4.0.5'
7474
jcifsVersion = '2.1.40'
@@ -81,33 +81,33 @@ ext {
8181
junitJupiterVersion = '5.13.4'
8282
kotlinCoroutinesVersion = '1.10.2'
8383
kryoVersion = '5.6.2'
84-
lettuceVersion = '6.7.1.RELEASE'
84+
lettuceVersion = '6.8.0.RELEASE'
8585
log4jVersion = '2.25.1'
8686
mailVersion = '2.0.4'
87-
micrometerTracingVersion = '1.6.0-M1'
88-
micrometerVersion = '1.16.0-M1'
89-
mockitoVersion = '5.18.0'
87+
micrometerTracingVersion = '1.6.0-M2'
88+
micrometerVersion = '1.16.0-M2'
89+
mockitoVersion = '5.19.0'
9090
mongoDriverVersion = '5.5.1'
91-
mysqlVersion = '9.3.0'
92-
oracleVersion = '23.8.0.25.04'
91+
mysqlVersion = '9.4.0'
92+
oracleVersion = '23.9.0.25.07'
9393
pahoMqttClientVersion = '1.2.5'
9494
postgresVersion = '42.7.7'
95-
protobufVersion = '4.31.1'
95+
protobufVersion = '4.32.0'
9696
r2dbch2Version = '1.0.0.RELEASE'
97-
reactorVersion = '2025.0.0-M5'
97+
reactorVersion = '2025.0.0-M6'
9898
resilience4jVersion = '2.3.0'
9999
romeToolsVersion = '2.1.0'
100100
rsocketVersion = '1.1.5'
101101
servletApiVersion = '6.1.0'
102102
smackVersion = '4.4.8'
103-
springAmqpVersion = '4.0.0-SNAPSHOT'
104-
springDataVersion = '2025.1.0-SNAPSHOT'
105-
springGraphqlVersion = '2.0.0-SNAPSHOT'
106-
springKafkaVersion = '4.0.0-SNAPSHOT'
103+
springAmqpVersion = '4.0.0-M4'
104+
springDataVersion = '2025.1.0-M5'
105+
springGraphqlVersion = '2.0.0-M2'
106+
springKafkaVersion = '4.0.0-M4'
107107
springRetryVersion = '2.0.12'
108-
springSecurityVersion = '7.0.0-SNAPSHOT'
109-
springVersion = '7.0.0-SNAPSHOT'
110-
springWsVersion = '5.0.0-SNAPSHOT'
108+
springSecurityVersion = '7.0.0-M2'
109+
springVersion = '7.0.0-M8'
110+
springWsVersion = '5.0.0-M1'
111111
testcontainersVersion = '1.21.3'
112112
tomcatVersion = '11.0.10'
113113
xmlUnitVersion = '2.10.3'
@@ -342,7 +342,7 @@ configure(javaProjects) { subproject ->
342342

343343
checkstyle {
344344
configDirectory.set(rootProject.file('src/checkstyle'))
345-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.26.1'
345+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '11.0.0'
346346
}
347347

348348
jar {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
99
id 'io.spring.develocity.conventions' version '0.0.24'
10-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
10+
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
1111
}
1212

1313
rootProject.name = 'spring-integration'

0 commit comments

Comments
 (0)