Skip to content

Commit

Permalink
Update groovy to 3.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Jul 13, 2024
1 parent 96a477d commit 8815604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.19</version>
<version>3.0.22</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-nio</artifactId>
<version>3.0.19</version>
<version>3.0.22</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-yaml</artifactId>
<version>3.0.19</version>
<version>3.0.22</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8815604

Please sign in to comment.