File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
75
75
}
76
76
77
77
checkstyle {
78
- toolVersion = " 10.12.0 "
78
+ toolVersion = " 10.12.1 "
79
79
configDirectory. set(rootProject. file(" src/checkstyle" ))
80
80
}
81
81
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
14
api(platform(" io.projectreactor:reactor-bom:2022.0.8" ))
15
15
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 " ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.20.0" ))
18
18
api(platform(" org.eclipse.jetty:jetty-bom:11.0.15" ))
19
19
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
You can’t perform that action at this time.
0 commit comments