91
91
lettuceVersion = ' 6.3.1.RELEASE'
92
92
log4jVersion = ' 2.22.1'
93
93
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 '
96
96
mockitoVersion = ' 5.8.0'
97
97
mongoDriverVersion = ' 4.11.1'
98
98
mysqlVersion = ' 8.2.0'
@@ -107,12 +107,12 @@ ext {
107
107
rsocketVersion = ' 1.1.4'
108
108
servletApiVersion = ' 6.0.0'
109
109
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 '
114
114
springRetryVersion = ' 2.0.5'
115
- springSecurityVersion = ' 6.3.0-SNAPSHOT '
115
+ springSecurityVersion = ' 6.3.0-M2 '
116
116
springVersion = ' 6.1.4'
117
117
springWsVersion = ' 4.0.10'
118
118
testcontainersVersion = ' 1.19.5'
@@ -349,7 +349,7 @@ configure(javaProjects) { subproject ->
349
349
350
350
checkstyle {
351
351
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 '
353
353
}
354
354
355
355
jar {
0 commit comments