Upgrade to Groovy 4.0.13 and Checkstyle 10.12.1

This commit is contained in:
Juergen Hoeller 2023-06-30 12:58:28 +02:00
parent f1567fb21a
commit 1e403d1606
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.12.0"
toolVersion = "10.12.1"
configDirectory.set(rootProject.file("src/checkstyle"))
}

View File

@ -13,7 +13,7 @@ dependencies {
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
api(platform("io.projectreactor:reactor-bom:2022.0.8"))
api(platform("io.rsocket:rsocket-bom:1.1.3"))
api(platform("org.apache.groovy:groovy-bom:4.0.12"))
api(platform("org.apache.groovy:groovy-bom:4.0.13"))
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
api(platform("org.eclipse.jetty:jetty-bom:11.0.15"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))