summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-01 09:50:23 +0100
committerGitHub <noreply@github.com>2021-11-01 09:50:23 +0100
commit8cbeb2b57269e64ea05ccf9f1044f57843a6e80c (patch)
tree4daf169042d75d1755ca0bb1ba4231280c603d86
parentc228d8886fe981de5b7347feb4cffcbf6bef4304 (diff)
parentdcc184660e04380b845925d5cd530a9f9ba0dd10 (diff)
Merge pull request #19796 from vespa-engine/client-jdk17-preparations
JDK17: Depend on latest groovy and use latest gmavenplus-plugin.
-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>