Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jun 6, 2024
1 parent b5d3152 commit 67d1ae8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
<version>3.3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- fix CVE-2024-36124 from org.apache.maven:maven-archiver -->
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
<version>0.5</version>
<scope>runtime</scope>
</dependency>
<!-- main groovy support -->
<dependency>
<groupId>${groovyGroupId}</groupId>
Expand Down

0 comments on commit 67d1ae8

Please sign in to comment.