@@ -16,24 +16,24 @@ val mockitoVersion = "4.11.0"
1616val slf4jVersion = " 2.0.18"
1717val opencensusVersion = " 0.31.1"
1818val prometheusServerVersion = " 1.5.1"
19- val armeriaVersion = " 1.39.0 "
19+ val armeriaVersion = " 1.39.1 "
2020val junitVersion = " 5.14.4"
2121val junitPlatformVersion = " 1.14.4"
22- val okhttpVersion = " 5.3.2 "
22+ val okhttpVersion = " 5.4.0 "
2323
2424val DEPENDENCY_BOMS = listOf (
2525 // for some reason boms show up as runtime dependencies in license and vulnerability scans
2626 // even if they are only used by test dependencies, so not using junit bom here
2727 // (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
2828 // by FOSSA for containing EPL-licensed)
2929
30- " com.fasterxml.jackson:jackson-bom:2.21.3 " ,
30+ " com.fasterxml.jackson:jackson-bom:2.22.0 " ,
3131 " com.google.guava:guava-bom:33.6.0-jre" ,
3232 " com.google.protobuf:protobuf-bom:4.35.0" ,
3333 " com.squareup.okhttp3:okhttp-bom:$okhttpVersion " ,
3434 " com.squareup.okio:okio-bom:3.17.0" , // applies to transitive dependencies of okhttp
3535 " io.grpc:grpc-bom:1.81.0" ,
36- " io.netty:netty-bom:4.2.14 .Final" ,
36+ " io.netty:netty-bom:4.2.15 .Final" ,
3737 " io.zipkin.brave:brave-bom:6.3.1" ,
3838 " io.zipkin.reporter2:zipkin-reporter-bom:3.5.3" ,
3939 " org.assertj:assertj-bom:3.27.7" ,
@@ -74,13 +74,13 @@ val DEPENDENCIES = listOf(
7474 " io.prometheus:prometheus-metrics-exposition-formats-no-protobuf:${prometheusServerVersion} " ,
7575 " javax.annotation:javax.annotation-api:1.3.2" ,
7676 " com.github.stefanbirkner:system-rules:1.19.0" ,
77- " com.google.api.grpc:proto-google-common-protos:2.71 .0" ,
77+ " com.google.api.grpc:proto-google-common-protos:2.72 .0" ,
7878 " com.google.code.findbugs:jsr305:3.0.2" ,
7979 " com.google.guava:guava-beta-checker:1.0" ,
8080 " com.sun.net.httpserver:http:20070405" ,
8181 " com.squareup.okhttp3:okhttp:$okhttpVersion " ,
8282 " com.tngtech.archunit:archunit-junit5:1.4.2" ,
83- " com.uber.nullaway:nullaway:0.13.4 " ,
83+ " com.uber.nullaway:nullaway:0.13.6 " ,
8484 " edu.berkeley.cs.jqf:jqf-fuzz:1.7" , // jqf-fuzz version 1.8+ requires Java 11+
8585 " eu.rekawek.toxiproxy:toxiproxy-java:2.1.11" ,
8686 " io.github.crac:org-crac:0.1.3" ,
0 commit comments