Skip to content

Commit a8a3618

Browse files
author
Adrian Cole
committed
3.0.3
Signed-off-by: Adrian Cole <[email protected]>
1 parent c89f13d commit a8a3618

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414

1515
# zipkin version should match zipkin.version in /pom.xml
16-
ARG zipkin_version=3.0.2
16+
ARG zipkin_version=3.0.3
1717

1818
# java_version is used during the installation process to build or download the module jar.
1919
#

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<!-- matching armeria/grpc/zipkin -->
6161
<zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
6262
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
63-
<zipkin.version>3.0.2</zipkin.version>
63+
<zipkin.version>3.0.3</zipkin.version>
6464
<zipkin-reporter.version>3.1.1</zipkin-reporter.version>
6565
<spring-boot.version>3.2.1</spring-boot.version>
6666
<!-- armeria.groupId allows you to test feature branches with jitpack -->

storage/src/test/java/zipkin2/storage/kafka/ITKafkaStorage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ITKafkaStorage {
7171

7272
static final class KafkaContainer extends GenericContainer<KafkaContainer> {
7373
KafkaContainer() {
74-
super(parse("ghcr.io/openzipkin/zipkin-kafka:3.0.2"));
74+
super(parse("ghcr.io/openzipkin/zipkin-kafka:3.0.3"));
7575
waitStrategy = Wait.forHealthcheck();
7676
// 19092 is for connections from the Docker host and needs to be used as a fixed port.
7777
// TODO: someone who knows Kafka well, make ^^ comment better!

0 commit comments

Comments
 (0)