Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bumps snappy-java version to fix CVE
  • Loading branch information
llinder committed Aug 1, 2023
1 parent 6fb1ce3 commit 7e608a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- This allows you to test feature branches with jitpack -->
<armeria.groupId>com.linecorp.armeria</armeria.groupId>
<armeria.version>1.17.2</armeria.version>
<armeria.version>1.24.3</armeria.version>
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
<netty.version>4.1.95.Final</netty.version>

Expand All @@ -62,6 +62,8 @@
<java-driver.version>4.11.3</java-driver.version>
<micrometer.version>1.9.3</micrometer.version>

<snappy.version>1.1.10.3</snappy.version>

<!-- Used for Generated annotations -->
<javax-annotation-api.version>1.3.1</javax-annotation-api.version>

Expand Down
7 changes: 7 additions & 0 deletions zipkin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
<version>${snakeyaml.version}</version>
</dependency>

<!-- Override to avoid CVE-2023-34455 -->
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>${snappy.version}</version>
</dependency>

<!-- Override log4j 2 version to avoid CVE-2021-44228 -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 7e608a6

Please sign in to comment.