Skip to content

Commit

Permalink
#29 - Update dependencies
Browse files Browse the repository at this point in the history
- groovy-all 4.0.7 -> 4.0.11
- ant 1.10.11 -> 1.10.13
  • Loading branch information
reckart committed Apr 10, 2023
1 parent a3bcda4 commit c09342c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -475,13 +475,13 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.7</version>
<version>4.0.11</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.11</version>
<version>1.10.13</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit c09342c

Please sign in to comment.