Skip to content

Commit

Permalink
force upgrade to dependency of a dependency to fix CVE-2023-37460 (#50)…
Browse files Browse the repository at this point in the history
… (#51)

Co-authored-by: Mark Brophy <[email protected]>
  • Loading branch information
mrizzi and m-brophy authored Oct 20, 2023
1 parent 509ad88 commit 74adb4b
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 @@ -199,6 +199,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.8.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.resources</artifactId>
Expand Down

0 comments on commit 74adb4b

Please sign in to comment.