Skip to content

Commit 82c32d4

Browse files
Upgrade to Maven 3.8.1 to address CVE-2021-26291
1 parent 14a4235 commit 82c32d4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
<!-- Needed to address Struts 1.3.8 vulnerabilities brought in by maven-reporting-impl -->
7878
<doxiaVersion>1.9.1</doxiaVersion>
7979
<doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
80+
81+
<maven.core.version>3.8.1</maven.core.version>
8082
</properties>
8183

8284
<modules>
@@ -304,7 +306,7 @@
304306
<artifactId>dependency-check-maven</artifactId>
305307
<version>6.1.0</version>
306308
<configuration>
307-
<failBuildOnCVSS>9.1</failBuildOnCVSS>
309+
<failBuildOnCVSS>8.0</failBuildOnCVSS>
308310
</configuration>
309311
<executions>
310312
<execution>

refactor-first-maven-plugin/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<version>${doxiaSitetoolsVersion}</version>
7373
</dependency>
7474

75+
<dependency>
76+
<groupId>org.apache.maven</groupId>
77+
<artifactId>maven-core</artifactId>
78+
<version>${maven.core.version}</version>
79+
</dependency>
80+
7581
<!-- Maven Reporting -->
7682
<dependency>
7783
<groupId>org.apache.maven.reporting</groupId>

0 commit comments

Comments
 (0)