Skip to content

Commit

Permalink
maven-plugins: Raise base maven version to 3.8.1
Browse files Browse the repository at this point in the history
The old 3.3.9 version is from 2015 and its components have known CVEs.

Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Aug 28, 2024
1 parent 99ddea1 commit 9603922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.transformer.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<assertj.version>3.26.3</assertj.version>
<xmlunit.version>2.10.0</xmlunit.version>
<bytebuddy.version>1.15.0</bytebuddy.version>
<maven.target.version>3.3.9</maven.target.version>
<maven.target.version>3.8.1</maven.target.version>
<shrinkwrap.version>1.2.6</shrinkwrap.version>
<!-- Reproducible build -->
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -528,7 +528,7 @@ SPDX-License-Identifier: ${project.licenses[0].name}
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>${maven.target.version}</version>
<version>3.3.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9603922

Please sign in to comment.