Upgrade to the latest Spring milestones; prepare for release
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -91,8 +91,8 @@ ext {
|
||||
lettuceVersion = '6.3.1.RELEASE'
|
||||
log4jVersion = '2.22.1'
|
||||
mailVersion = '2.0.2'
|
||||
micrometerTracingVersion = '1.3.0-SNAPSHOT'
|
||||
micrometerVersion = '1.13.0-SNAPSHOT'
|
||||
micrometerTracingVersion = '1.3.0-M1'
|
||||
micrometerVersion = '1.13.0-M1'
|
||||
mockitoVersion = '5.8.0'
|
||||
mongoDriverVersion = '4.11.1'
|
||||
mysqlVersion = '8.2.0'
|
||||
@@ -107,12 +107,12 @@ ext {
|
||||
rsocketVersion = '1.1.4'
|
||||
servletApiVersion = '6.0.0'
|
||||
smackVersion = '4.5.0-alpha2'
|
||||
springAmqpVersion = '3.1.3-SNAPSHOT'
|
||||
springDataVersion = '2023.2.0-SNAPSHOT'
|
||||
springGraphqlVersion = '1.2.5-SNAPSHOT'
|
||||
springKafkaVersion = '3.2.0-SNAPSHOT'
|
||||
springAmqpVersion = '3.1.2'
|
||||
springDataVersion = '2024.0.0-M1'
|
||||
springGraphqlVersion = '1.3.0-M1'
|
||||
springKafkaVersion = '3.2.0-M1'
|
||||
springRetryVersion = '2.0.5'
|
||||
springSecurityVersion = '6.3.0-SNAPSHOT'
|
||||
springSecurityVersion = '6.3.0-M2'
|
||||
springVersion = '6.1.4'
|
||||
springWsVersion = '4.0.10'
|
||||
testcontainersVersion = '1.19.5'
|
||||
@@ -349,7 +349,7 @@ configure(javaProjects) { subproject ->
|
||||
|
||||
checkstyle {
|
||||
configDirectory.set(rootProject.file('src/checkstyle'))
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.13.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user