aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorsariel <shahar.ariel@verizonmedia.com>2021-11-01 16:56:18 +0200
committersariel <shahar.ariel@verizonmedia.com>2021-11-01 16:56:18 +0200
commit0039fba5e9615536e81192a88e08d0fdc9fa13b4 (patch)
tree32dab3fad991266db058cf02ec190b583f9a9bce /client
parent0d8dd535f755f6751f1b94ec3b6dfe1fe6c59846 (diff)
parentf2d3685aff36e286a4aafdb90a019bbad36ddc0d (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'client')
-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>