File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kafka-exporter/src/test/java/io/opentelemetry/contrib/kafka Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ val DEPENDENCIES = listOf(
6363 " org.bouncycastle:bcpkix-jdk15on:1.70" ,
6464 " org.junit-pioneer:junit-pioneer:1.9.1" ,
6565 " org.skyscreamer:jsonassert:1.5.3" ,
66- " org.apache.kafka:kafka-clients:3.9.0 " ,
66+ " org.apache.kafka:kafka-clients:3.9.1 " ,
6767 " org.testcontainers:kafka:1.20.3" ,
6868 " com.lmax:disruptor:3.4.4" ,
6969 " org.jctools:jctools-core:4.0.5" ,
Original file line number Diff line number Diff line change 4646@ TestInstance (TestInstance .Lifecycle .PER_CLASS )
4747class KafkaSpanExporterIntegrationTest {
4848 private static final DockerImageName KAFKA_TEST_IMAGE =
49- DockerImageName .parse ("apache/kafka:3.8 .1" );
49+ DockerImageName .parse ("apache/kafka:3.9 .1" );
5050 private static final String TOPIC = "span_topic" ;
5151 private KafkaContainer kafka ;
5252 private KafkaConsumer <String , ExportTraceServiceRequest > consumer ;
You can’t perform that action at this time.
0 commit comments