Skip to content

Commit

Permalink
Update zipkin to 3.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Mózes <[email protected]>
  • Loading branch information
hydrapolic authored and shakuzen committed Nov 27, 2024
1 parent 7643aaf commit b3bca5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# zipkin version should match zipkin.version in /pom.xml
ARG zipkin_version=3.4.1
ARG zipkin_version=3.4.2

# java_version is used during the installation process to build or download the module jar.
#
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<!-- matching armeria/grpc/zipkin -->
<zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
<zipkin.version>3.4.1</zipkin.version>
<zipkin.version>3.4.2</zipkin.version>
<zipkin-reporter.version>3.4.0</zipkin-reporter.version>
<spring-boot.version>3.3.3</spring-boot.version>
<!-- armeria.groupId allows you to test feature branches with jitpack -->
Expand Down

0 comments on commit b3bca5a

Please sign in to comment.