File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444checkstyle {
4545 configDirectory.set(file(" $rootDir /buildscripts/" ))
46- toolVersion = " 13.4.1 "
46+ toolVersion = " 13.4.2 "
4747 isIgnoreFailures = false
4848 configProperties[" rootDir" ] = rootDir
4949}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ val DEPENDENCY_BOMS = listOf(
2626 // (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
2727 // by FOSSA for containing EPL-licensed)
2828
29- " com.fasterxml.jackson:jackson-bom:2.21.2 " ,
29+ " com.fasterxml.jackson:jackson-bom:2.21.3 " ,
3030 " com.google.guava:guava-bom:33.6.0-jre" ,
3131 " com.google.protobuf:protobuf-bom:4.34.1" ,
3232 " com.squareup.okhttp3:okhttp-bom:$okhttpVersion " ,
3333 " com.squareup.okio:okio-bom:3.17.0" , // applies to transitive dependencies of okhttp
3434 " io.grpc:grpc-bom:1.81.0" ,
35- " io.netty:netty-bom:4.2.12 .Final" ,
35+ " io.netty:netty-bom:4.2.13 .Final" ,
3636 " io.zipkin.brave:brave-bom:6.3.1" ,
3737 " io.zipkin.reporter2:zipkin-reporter-bom:3.5.3" ,
3838 " org.assertj:assertj-bom:3.27.7" ,
You can’t perform that action at this time.
0 commit comments