Skip to content

Commit 1e403d1

Browse files
committed
Upgrade to Groovy 4.0.13 and Checkstyle 10.12.1
1 parent f1567fb commit 1e403d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
7575
}
7676

7777
checkstyle {
78-
toolVersion = "10.12.0"
78+
toolVersion = "10.12.1"
7979
configDirectory.set(rootProject.file("src/checkstyle"))
8080
}
8181

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.8"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.12"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.13"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.15"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))

0 commit comments

Comments
 (0)