Skip to content

Commit

Permalink
Bump commons-compress (Avro vulnerability)
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Oct 23, 2023
1 parent e7dc676 commit 8278f29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
<artifactId>avro</artifactId>
<version>${avro.version}</version>
</dependency>
<dependency>
<!-- Temporary until Avro updates this dependency -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-compiler</artifactId>
Expand Down

0 comments on commit 8278f29

Please sign in to comment.