Skip to content

Commit 9d6b619

Browse files
deps: updates to zipkin 3.0.2 (#211)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 52bb2fc commit 9d6b619

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
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.0
16+
ARG zipkin_version=3.0.2
1717

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

module/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474
<artifactId>grpc-context</artifactId>
7575
<version>${grpc.version}</version>
7676
</dependency>
77-
<dependency>
78-
<groupId>org.apache.logging.log4j</groupId>
79-
<artifactId>log4j-core</artifactId>
80-
<version>${log4j.version}</version>
81-
</dependency>
8277

8378
<dependency>
8479
<groupId>${zipkin.groupId}</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
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.0</zipkin.version>
77+
<zipkin.version>3.0.2</zipkin.version>
7878
<zipkin-reporter.version>3.1.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 -->
@@ -135,10 +135,10 @@
135135
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
136136
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
137137
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
138-
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
138+
<maven-release-plugin.version>3.0.2</maven-release-plugin.version>
139139
<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
140140
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
141-
<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
141+
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
142142
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
143143
</properties>
144144

0 commit comments

Comments
 (0)