File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
7878 }
7979
8080 checkstyle {
81- toolVersion = " 10.7.0 "
81+ toolVersion = " 10.9.1 "
8282 configDirectory. set(rootProject. file(" src/checkstyle" ))
8383 }
8484
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ javaPlatform {
99dependencies {
1010 api(platform(" com.fasterxml.jackson:jackson-bom:2.14.2" ))
1111 api(platform(" io.micrometer:micrometer-bom:1.10.4" ))
12- api(platform(" io.netty:netty-bom:4.1.89 .Final" ))
12+ api(platform(" io.netty:netty-bom:4.1.90 .Final" ))
1313 api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14- api(platform(" io.projectreactor:reactor-bom:2022.0.4 " ))
14+ api(platform(" io.projectreactor:reactor-bom:2022.0.5 " ))
1515 api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
1616 api(platform(" org.apache.groovy:groovy-bom:4.0.8" ))
1717 api(platform(" org.apache.logging.log4j:log4j-bom:2.20.0" ))
1818 api(platform(" org.eclipse.jetty:jetty-bom:11.0.14" ))
1919 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
2020 api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0" ))
2121 api(platform(" org.junit:junit-bom:5.9.2" ))
22- api(platform(" org.mockito:mockito-bom:5.1.1 " ))
22+ api(platform(" org.mockito:mockito-bom:5.2.0 " ))
2323
2424 constraints {
2525 api(" com.fasterxml:aalto-xml:1.3.1" )
You can’t perform that action at this time.
0 commit comments