File tree 3 files changed +3
-3
lines changed
storage/src/test/java/zipkin2/storage/kafka
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
#
14
14
15
15
# zipkin version should match zipkin.version in /pom.xml
16
- ARG zipkin_version=3.0.2
16
+ ARG zipkin_version=3.0.3
17
17
18
18
# java_version is used during the installation process to build or download the module jar.
19
19
#
Original file line number Diff line number Diff line change 60
60
<!-- matching armeria/grpc/zipkin -->
61
61
<zipkin .groupId>io.zipkin.zipkin2</zipkin .groupId>
62
62
<!-- 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>
64
64
<zipkin-reporter .version>3.1.1</zipkin-reporter .version>
65
65
<spring-boot .version>3.2.1</spring-boot .version>
66
66
<!-- armeria.groupId allows you to test feature branches with jitpack -->
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class ITKafkaStorage {
71
71
72
72
static final class KafkaContainer extends GenericContainer <KafkaContainer > {
73
73
KafkaContainer () {
74
- super (parse ("ghcr.io/openzipkin/zipkin-kafka:3.0.2 " ));
74
+ super (parse ("ghcr.io/openzipkin/zipkin-kafka:3.0.3 " ));
75
75
waitStrategy = Wait .forHealthcheck ();
76
76
// 19092 is for connections from the Docker host and needs to be used as a fixed port.
77
77
// TODO: someone who knows Kafka well, make ^^ comment better!
You can’t perform that action at this time.
0 commit comments