Skip to content

Commit bbaa514

Browse files
deps: updates base layer to zipkin 3.0.3 (#215)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 9116bbf commit bbaa514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- matching armeria/grpc/zipkin -->
7575
<zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
7676
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
77-
<zipkin.version>3.0.2</zipkin.version>
77+
<zipkin.version>3.0.3</zipkin.version>
7878
<zipkin-reporter.version>3.2.1</zipkin-reporter.version>
7979
<spring-boot.version>3.2.1</spring-boot.version>
8080
<!-- armeria.groupId allows you to test feature branches with jitpack -->

0 commit comments

Comments
 (0)