Skip to content

Commit 8bb1b3e

Browse files
committedApr 12, 2023
Upgrade to Netty 4.1.91 and Checkstyle 10.9.3
1 parent 6abd822 commit 8bb1b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configure(allprojects) { project ->
2828
dependencyManagement {
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.7"
31-
mavenBom "io.netty:netty-bom:4.1.90.Final"
31+
mavenBom "io.netty:netty-bom:4.1.91.Final"
3232
mavenBom "io.projectreactor:reactor-bom:2020.0.31"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.3"
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340340
}
341341

342342
checkstyle {
343-
toolVersion = "10.9.1"
343+
toolVersion = "10.9.3"
344344
configDirectory.set(rootProject.file("src/checkstyle"))
345345
}
346346

0 commit comments

Comments
 (0)