Skip to content

Commit

Permalink
Update groovy to 4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Feb 11, 2024
1 parent deb8aed commit 2c99a5c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,30 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<junit.version>5.9.1</junit.version>
<junit.version>5.10.1</junit.version>
<groovy.version>4.0.18</groovy.version>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>

<dependencies>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.19</version>
<version>${groovy.version}</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-nio</artifactId>
<version>3.0.19</version>
<version>${groovy.version}</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-yaml</artifactId>
<version>3.0.19</version>
<version>${groovy.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2c99a5c

Please sign in to comment.