Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit f008d47

Browse files
thomasdarimontgunnarmorling
authored andcommitted
Update Groovy to 3.0.9 for supporting newer JDK versions
The latest Groovy version 3.0.9 pulls in the latest asm version which allows us to analyze current java versions. Fixes #16
1 parent 4e194ba commit f008d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
<dependencies>
9393
<dependency>
9494
<groupId>org.codehaus.groovy</groupId>
95-
<artifactId>groovy-all</artifactId>
96-
<version>2.4.21</version>
95+
<artifactId>groovy</artifactId>
96+
<version>3.0.9</version>
9797
</dependency>
9898
</dependencies>
9999
</plugin>

0 commit comments

Comments
 (0)