Skip to content

Commit

Permalink
chore: fixes CVE-2021-44832. (#195)
Browse files Browse the repository at this point in the history
* chore: fixes CVE-2021-44832.

* chore: upgrades brave.
  • Loading branch information
jcchavezs authored Jan 10, 2022
1 parent 889c290 commit d741a8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 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-2021 The OpenZipkin Authors
# Copyright 2016-2022 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.15
ARG zipkin_version=2.23.16

# java_version is used during the installation process to build or download the module jar.
#
Expand Down
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2021 The OpenZipkin Authors
Copyright 2016-2022 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 @@ -14,7 +14,10 @@
the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.zipkin.aws</groupId>
Expand Down Expand Up @@ -68,7 +71,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.15</zipkin.version>
<zipkin.version>2.23.16</zipkin.version>
<zipkin-reporter.version>2.16.3</zipkin-reporter.version>
<spring-boot.version>2.4.1</spring-boot.version>
<jackson.version>2.12.0</jackson.version>
Expand All @@ -82,7 +85,7 @@
<!-- <brave.groupId>com.github.openzipkin.brave</brave.groupId>-->
<!-- <brave.version>master-SNAPSHOT</brave.version>-->
<brave.groupId>io.zipkin.brave</brave.groupId>
<brave.version>5.13.4</brave.version>
<brave.version>5.13.7</brave.version>

<aws-java-sdk.version>1.11.926</aws-java-sdk.version>
<sdk-core.version>2.15.53</sdk-core.version>
Expand Down Expand Up @@ -638,4 +641,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit d741a8a

Please sign in to comment.