@@ -12,11 +12,11 @@ val otelInstrumentationVersion = "2.10.0-alpha"
1212val DEPENDENCY_BOMS = listOf (
1313 " com.fasterxml.jackson:jackson-bom:2.18.1" ,
1414 " com.google.guava:guava-bom:33.3.1-jre" ,
15- " com.linecorp.armeria:armeria-bom:1.30 .1" ,
15+ " com.linecorp.armeria:armeria-bom:1.31 .1" ,
1616 " org.junit:junit-bom:5.11.3" ,
1717 " io.grpc:grpc-bom:1.68.1" ,
1818 " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion} " ,
19- " org.testcontainers:testcontainers-bom:1.20.3 "
19+ " org.testcontainers:testcontainers-bom:1.20.4 "
2020)
2121
2222val autoServiceVersion = " 1.1.1"
@@ -35,7 +35,7 @@ val CORE_DEPENDENCIES = listOf(
3535 " com.google.errorprone:error_prone_annotations:${errorProneVersion} " ,
3636 " com.google.errorprone:error_prone_core:${errorProneVersion} " ,
3737 " io.github.netmikey.logunit:logunit-jul:2.0.0" ,
38- " io.opentelemetry.proto:opentelemetry-proto:1.0 .0-alpha" ,
38+ " io.opentelemetry.proto:opentelemetry-proto:1.4 .0-alpha" ,
3939 // these two constraints can be removed once the opentelemetry-instrumentation-bom-alpha
4040 // is updated to contain the latest version of opentelemetry-semconv
4141 " io.opentelemetry.semconv:opentelemetry-semconv:${semConvVersion} " ,
@@ -64,7 +64,7 @@ val DEPENDENCIES = listOf(
6464 " org.junit-pioneer:junit-pioneer:1.9.1" ,
6565 " org.skyscreamer:jsonassert:1.5.3" ,
6666 " org.apache.kafka:kafka-clients:3.9.0" ,
67- " org.testcontainers:kafka:1.20.3 " ,
67+ " org.testcontainers:kafka:1.20.4 " ,
6868 " com.lmax:disruptor:3.4.4" ,
6969 " org.jctools:jctools-core:4.0.5" ,
7070 " tools.profiler:async-profiler:3.0" ,
0 commit comments