Skip to content

Commit 4d5200f

Browse files
committed
Upgrade to the latest Spring milestones; prepare for release
1 parent a24d028 commit 4d5200f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ ext {
9191
lettuceVersion = '6.3.1.RELEASE'
9292
log4jVersion = '2.22.1'
9393
mailVersion = '2.0.2'
94-
micrometerTracingVersion = '1.3.0-SNAPSHOT'
95-
micrometerVersion = '1.13.0-SNAPSHOT'
94+
micrometerTracingVersion = '1.3.0-M1'
95+
micrometerVersion = '1.13.0-M1'
9696
mockitoVersion = '5.8.0'
9797
mongoDriverVersion = '4.11.1'
9898
mysqlVersion = '8.2.0'
@@ -107,12 +107,12 @@ ext {
107107
rsocketVersion = '1.1.4'
108108
servletApiVersion = '6.0.0'
109109
smackVersion = '4.5.0-alpha2'
110-
springAmqpVersion = '3.1.3-SNAPSHOT'
111-
springDataVersion = '2023.2.0-SNAPSHOT'
112-
springGraphqlVersion = '1.2.5-SNAPSHOT'
113-
springKafkaVersion = '3.2.0-SNAPSHOT'
110+
springAmqpVersion = '3.1.2'
111+
springDataVersion = '2024.0.0-M1'
112+
springGraphqlVersion = '1.3.0-M1'
113+
springKafkaVersion = '3.2.0-M1'
114114
springRetryVersion = '2.0.5'
115-
springSecurityVersion = '6.3.0-SNAPSHOT'
115+
springSecurityVersion = '6.3.0-M2'
116116
springVersion = '6.1.4'
117117
springWsVersion = '4.0.10'
118118
testcontainersVersion = '1.19.5'
@@ -349,7 +349,7 @@ configure(javaProjects) { subproject ->
349349

350350
checkstyle {
351351
configDirectory.set(rootProject.file('src/checkstyle'))
352-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
352+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.13.0'
353353
}
354354

355355
jar {

0 commit comments

Comments
 (0)