Skip to content

Commit

Permalink
Merge pull request #189 from polagoab/perlan/upgrade-groovy-4
Browse files Browse the repository at this point in the history
Upgrade to groovy 4.0.14
  • Loading branch information
perlan authored Aug 22, 2023
2 parents d2fc0fa + b0ed21a commit 99ea9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

<!-- dependencies -->
<commons-configuration2.version>2.9.0</commons-configuration2.version>
<groovy.version>3.0.19</groovy.version>
<groovy.version>4.0.14</groovy.version>
<junit.version>5.10.0</junit.version>
<wagon-ssh-external.version>3.5.3</wagon-ssh-external.version>

Expand Down Expand Up @@ -990,7 +990,7 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
Expand Down

0 comments on commit 99ea9a5

Please sign in to comment.