File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ configure(allprojects) { project ->
28
28
dependencyManagement {
29
29
imports {
30
30
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"
32
32
mavenBom " io.projectreactor:reactor-bom:2020.0.45"
33
33
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR13"
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.3"
@@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project ->
362
362
// JSR-305 only used for non-required meta-annotations
363
363
compileOnly(" com.google.code.findbugs:jsr305" )
364
364
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 " )
366
366
}
367
367
368
368
ext. javadocLinks = [
You can’t perform that action at this time.
0 commit comments