aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-29 17:38:43 +0200
committergjoranv <gv@verizonmedia.com>2021-10-29 17:40:59 +0200
commitdcc184660e04380b845925d5cd530a9f9ba0dd10 (patch)
tree51c702aa9ce5b45480f1155c919b1a4c3907c691 /client/pom.xml
parent013c93f1e8808403f22b19e0ad97882ba643772f (diff)
JDK17: Depend on latest groovy and use latest gmavenplus-plugin.
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 816941d7b7f..ba153aed8f8 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -41,10 +41,8 @@
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <!-- any version of Groovy \>= 1.8.2 should work here -->
- <version>2.5.6</version>
- <type>pom</type>
+ <artifactId>groovy</artifactId>
+ <version>3.0.8</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -54,7 +52,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
- <version>1.7.0</version>
+ <version>1.13.0</version>
<executions>
<execution>
<goals>