Skip to content

Commit

Permalink
Merge pull request #675 from camille-hdl/feature/upgrade-maven-assemb…
Browse files Browse the repository at this point in the history
…ly-plugin-from-develop

Upgrade maven-assembly-plugin to 3.7.1 - CVE-2023-37460 (replaces #674)
  • Loading branch information
jcoyne authored Jul 31, 2024
2 parents 5166598 + 58018db commit a6ec5c3
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 a6ec5c3

Please sign in to comment.