Upgrade Groovy dependencies to latest version (#29990)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
440765fa3d
commit
a099c09859
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
<artifactId>groovy-all</artifactId>
|
||||
<version>2.4.12</version>
|
||||
<version>3.0.21</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -63,7 +64,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
<artifactId>gmavenplus-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>3.0.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>compile-groovy</id>
|
||||
|
|
Loading…
Reference in a new issue