Skip to content

Commit e86d5a9

Browse files
[JAVA-28834] Fix core-groovy-strings for JDK21 (#16669)
1 parent 6d97e2c commit e86d5a9

File tree

1 file changed

+11
-6
lines changed
  • core-groovy-modules/core-groovy-strings

1 file changed

+11
-6
lines changed

core-groovy-modules/core-groovy-strings/pom.xml

+11-6
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>org.codehaus.groovy</groupId>
18+
<groupId>org.apache.groovy</groupId>
1919
<artifactId>groovy</artifactId>
2020
<version>${groovy.version}</version>
2121
</dependency>
2222
<dependency>
23-
<groupId>org.codehaus.groovy</groupId>
23+
<groupId>org.apache.groovy</groupId>
2424
<artifactId>groovy-all</artifactId>
25-
<version>${groovy-all.version}</version>
25+
<version>${groovy.version}</version>
2626
<type>pom</type>
2727
</dependency>
2828
<dependency>
29-
<groupId>org.codehaus.groovy</groupId>
29+
<groupId>org.apache.groovy</groupId>
3030
<artifactId>groovy-dateutil</artifactId>
3131
<version>${groovy.version}</version>
3232
</dependency>
3333
<dependency>
34-
<groupId>org.codehaus.groovy</groupId>
34+
<groupId>org.apache.groovy</groupId>
3535
<artifactId>groovy-sql</artifactId>
36-
<version>${groovy-sql.version}</version>
36+
<version>${groovy.version}</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.platform</groupId>
@@ -99,5 +99,10 @@
9999
</plugin>
100100
</plugins>
101101
</build>
102+
103+
<properties>
104+
<groovy.version>4.0.21</groovy.version>
105+
<spock-core.version>2.4-M4-groovy-4.0</spock-core.version>
106+
</properties>
102107

103108
</project>

0 commit comments

Comments
 (0)