Skip to content

Commit e26ea00

Browse files
committed
Upgrade to spring-javaformat-checkstyle 0.0.42 and Netty 4.1.111
1 parent c10b6c2 commit e26ea00

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.109.Final"
31+
mavenBom "io.netty:netty-bom:4.1.111.Final"
3232
mavenBom "io.projectreactor:reactor-bom:2020.0.45"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.3"
@@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project ->
362362
// JSR-305 only used for non-required meta-annotations
363363
compileOnly("com.google.code.findbugs:jsr305")
364364
testCompileOnly("com.google.code.findbugs:jsr305")
365-
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41")
365+
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.42")
366366
}
367367

368368
ext.javadocLinks = [

0 commit comments

Comments
 (0)