This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git
commit be273d9ddbf540027414f3c1048fd53dbf6304eb Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jul 18 16:04:25 2020 +0200 Upgrade Apache Groovy from 2.4.16 to 2.5.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 371edc2..34272bf 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> - <version>2.4.16</version> + <version>2.5.12</version> </dependency> <dependency><!-- for Groovy Grapes --> <groupId>org.apache.ivy</groupId>
