Skip to content

Commit

Permalink
Upgrade to Zipkin 2.24.3 (#202)
Browse files Browse the repository at this point in the history
Upgrades to the latest version of Zipkin to avoid CVE reports such as CVE-2022-37434.
  • Loading branch information
Chipcius authored Sep 1, 2023
1 parent 65eee4e commit 1ad022a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2016-2022 The OpenZipkin Authors
# Copyright 2016-2023 The OpenZipkin Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
Expand All @@ -13,7 +13,7 @@
#

# zipkin version should match zipkin.version in /pom.xml
ARG zipkin_version=2.23.16
ARG zipkin_version=2.24.3

# java_version is used during the installation process to build or download the module jar.
#
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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>2.23.16</zipkin.version>
<zipkin.version>2.24.3</zipkin.version>
<zipkin-reporter.version>2.16.3</zipkin-reporter.version>
<spring-boot.version>2.4.1</spring-boot.version>
<!-- armeria.groupId allows you to test feature branches with jitpack -->
Expand Down Expand Up @@ -629,4 +629,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 1ad022a

Please sign in to comment.