Skip to content

Commit

Permalink
Upgrade to Groovy 4.0.10
Browse files Browse the repository at this point in the history
This resolves an issue with the integration tests.
  • Loading branch information
gaul committed Mar 23, 2023
1 parent 92c5c8f commit 6fd3a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modernizer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.15</version>
<version>4.0.10</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6fd3a5d

Please sign in to comment.