Skip to content

Commit

Permalink
Upgrade maven-assembly-plugin to 3.7.1 - CVE-2023-37460
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-hdl authored Jul 30, 2024
1 parent 5166598 commit 58018db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<type>maven-plugin</type>
</dependency>
<!-- Used by S3Source & S3Cache -->
Expand Down Expand Up @@ -503,7 +503,7 @@
<!-- Assemble the JAR into a release package. -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 58018db

Please sign in to comment.