Skip to content

Commit

Permalink
upgrade reporting and scm
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Apr 17, 2024
1 parent d9bca91 commit 88fe6a4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pitest-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>https://pitest.org</url>

<properties>
<scm.version>2.0.1</scm.version>
<scm.version>2.1.0</scm.version>
<surefire.version>3.0.0-M7</surefire.version>
</properties>

Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
Expand All @@ -138,14 +138,6 @@
<artifactId>maven-scm-manager-plexus</artifactId>
<version>${scm.version}</version>
</dependency>
<!-- Specifying groovy-all because maven-scm-providers-standard:1.9.4
relies on a vulnerable version of groovy-all-->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.18</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-providers-standard</artifactId>
Expand Down

0 comments on commit 88fe6a4

Please sign in to comment.