We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdb98d commit 08c784dCopy full SHA for 08c784d
1 file changed
spring-data-rest-tests/pom.xml
@@ -22,7 +22,7 @@
22
</modules>
23
24
<properties>
25
- <groovy.version>2.4.21</groovy.version>
+ <groovy.version>4.0.30</groovy.version>
26
</properties>
27
28
<dependencies>
@@ -34,8 +34,8 @@
34
</dependency>
35
36
<dependency>
37
- <groupId>org.codehaus.groovy</groupId>
38
- <artifactId>groovy-all</artifactId>
+ <groupId>org.apache.groovy</groupId>
+ <artifactId>groovy</artifactId>
39
<version>${groovy.version}</version>
40
41
0 commit comments