Skip to content

Commit

Permalink
update groovy dependency in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Apr 18, 2024
1 parent b21ed1c commit 98c8ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion pitest-groovy-verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.12</version>
<version>3.0.21</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 0 additions & 8 deletions pitest-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 98c8ecb

Please sign in to comment.