Upgrade Groovy dependencies to latest version (#29990)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-06-06 10:13:52 +02:00 committed by GitHub
parent 440765fa3d
commit a099c09859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>