Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Change to groovy 4
  • Loading branch information
Mjl33 authored Dec 18, 2021
1 parent 695404a commit bdd29a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.9</version>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>4.0.0-rc-1</version>
<type>pom</type>
</dependency>

Expand Down Expand Up @@ -472,4 +472,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit bdd29a2

Please sign in to comment.