File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 = [
You can’t perform that action at this time.
0 commit comments