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

Commit 0468aff

Browse files
committed
Update Groovy to 4.0.6 to allow OpenJDK 19 API diff generations
1 parent b8a7d07 commit 0468aff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
</configuration>
6565
</toolchain>
6666
-->
67-
<jdk1>version=14,vendor=openjdk</jdk1>
68-
<jdk2>version=15,vendor=openjdk</jdk2>
67+
<jdk1>version=18,vendor=openjdk</jdk1>
68+
<jdk2>version=19,vendor=openjdk</jdk2>
6969
</properties>
7070

7171
<build>
@@ -91,9 +91,9 @@
9191
<version>2.1.1</version>
9292
<dependencies>
9393
<dependency>
94-
<groupId>org.codehaus.groovy</groupId>
94+
<groupId>org.apache.groovy</groupId>
9595
<artifactId>groovy</artifactId>
96-
<version>3.0.9</version>
96+
<version>4.0.6</version>
9797
</dependency>
9898
</dependencies>
9999
</plugin>
@@ -127,9 +127,9 @@
127127
<artifactId>groovy-maven-plugin</artifactId>
128128
<dependencies>
129129
<dependency>
130-
<groupId>org.codehaus.groovy</groupId>
131-
<artifactId>groovy-all</artifactId>
132-
<version>3.0.8</version>
130+
<groupId>org.apache.groovy</groupId>
131+
<artifactId>groovy-bom</artifactId>
132+
<version>4.0.6</version>
133133
<type>pom</type>
134134
</dependency>
135135
</dependencies>

0 commit comments

Comments
 (0)