Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Replace maven-core with maven-shared-utils to fix vulnerability (#101)
Browse files Browse the repository at this point in the history
* Replace maven-core v3.6.2 with maven-shared-utils v3.4.2

Signed-off-by: Eamonn Mansour <[email protected]>

* Bump maven plugin to 0.32.0

Signed-off-by: Eamonn Mansour <[email protected]>

---------

Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Feb 22, 2024
1 parent 4844837 commit 117afe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions galasa-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-maven-plugin</artifactId>
<version>0.29.0</version>
<version>0.32.0</version>
<packaging>maven-plugin</packaging>

<name>Galasa Maven Plugin</name>
Expand Down Expand Up @@ -91,9 +91,9 @@
<version>3.6.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.6.2</version>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 117afe2

Please sign in to comment.