You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/08 14:53:32 UTC

[maven-script-interpreter] 01/01: fix: upgrade org.codehaus.groovy:groovy from 2.4.16 to 2.5.9

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch snyk-upgrade-997a21a344b95acf889edfe0a4377333
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit dcd07e3bfc98e36b57501dfdee83ad91cf87459f
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Thu Feb 13 06:45:27 2020 +0000

    fix: upgrade org.codehaus.groovy:groovy from 2.4.16 to 2.5.9
    
    Snyk has created this PR to upgrade org.codehaus.groovy:groovy from 2.4.16 to 2.5.9.
    
    See this package in NPM:
    https://www.npmjs.com/package/org.codehaus.groovy:groovy
    
    See this project in Snyk:
    https://app.snyk.io/org/slachiewicz-m48/project/f2ccc2f5-fb5e-40f3-bc3e-525bb1f806b1?utm_source=github&utm_medium=upgrade-pr
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3eb16b8..fd08d92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.16</version>
+      <version>2.5.9</version>
     </dependency>
     <dependency><!-- for Groovy Grapes -->
       <groupId>org.apache.ivy</groupId>