Skip to content

Commit

Permalink
Merge pull request #1326 from hcoles/feature/update_groovy
Browse files Browse the repository at this point in the history
update groovy dependency in tests
  • Loading branch information
hcoles committed Apr 18, 2024
2 parents b21ed1c + 98c8ecb commit 194e890
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 194e890

Please sign in to comment.