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 df19330 commit 4385007
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 @@ -77,6 +77,13 @@
<version>33.2.1-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- fix CVE-2022-29599 from org.apache.maven:maven-core -->
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.3</version>
<scope>runtime</scope>
</dependency>
<!-- main groovy support -->
<dependency>
<groupId>${groovyGroupId}</groupId>
Expand Down

0 comments on commit 4385007

Please sign in to comment.