@@ -15,7 +15,7 @@ val jmhVersion = "1.37"
1515val mockitoVersion = " 4.11.0"
1616val slf4jVersion = " 2.0.17"
1717val opencensusVersion = " 0.31.1"
18- val prometheusServerVersion = " 1.5.0 "
18+ val prometheusServerVersion = " 1.5.1 "
1919val armeriaVersion = " 1.37.0"
2020val junitVersion = " 5.14.3"
2121val okhttpVersion = " 5.3.2"
@@ -26,17 +26,17 @@ 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.1 " ,
29+ " com.fasterxml.jackson:jackson-bom:2.21.2 " ,
3030 " com.google.guava:guava-bom:33.5.0-jre" ,
31- " com.google.protobuf:protobuf-bom:4.34.0 " ,
31+ " 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.80.0" ,
3535 " io.netty:netty-bom:4.2.10.Final" ,
3636 " io.zipkin.brave:brave-bom:6.3.0" ,
3737 " io.zipkin.reporter2:zipkin-reporter-bom:3.5.1" ,
3838 " org.assertj:assertj-bom:3.27.7" ,
39- " org.testcontainers:testcontainers-bom:2.0.3 " ,
39+ " org.testcontainers:testcontainers-bom:2.0.4 " ,
4040 " org.snakeyaml:snakeyaml-engine:2.10"
4141)
4242
0 commit comments