Skip to content

Commit bd6c6bb

Browse files
authored
Merge pull request #566 from internetarchive/jdk20
Update groovy to 4.0.15 for JDK 20 support
2 parents 8563f49 + 1a27551 commit bd6c6bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
jdk: [8, 11, 17, 19]
13+
jdk: [8, 11, 17, 20]
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 30
1616

modules/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<scope>compile</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>org.codehaus.groovy</groupId>
33+
<groupId>org.apache.groovy</groupId>
3434
<artifactId>groovy-jsr223</artifactId>
3535
<version>${groovy.version}</version>
3636
</dependency>
3737
<dependency>
38-
<groupId>org.codehaus.groovy</groupId>
38+
<groupId>org.apache.groovy</groupId>
3939
<artifactId>groovy-templates</artifactId>
4040
<version>${groovy.version}</version>
4141
</dependency>
@@ -115,6 +115,6 @@
115115
</build>
116116
<properties>
117117
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
118-
<groovy.version>3.0.13</groovy.version>
118+
<groovy.version>4.0.15</groovy.version>
119119
</properties>
120120
</project>

0 commit comments

Comments
 (0)