You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2015/05/13 12:56:32 UTC

svn commit: r1679176 - /sling/trunk/contrib/scripting/groovy/pom.xml

Author: bdelacretaz
Date: Wed May 13 10:56:31 2015
New Revision: 1679176

URL: http://svn.apache.org/r1679176
Log:
Update to latest Groovy

Modified:
    sling/trunk/contrib/scripting/groovy/pom.xml

Modified: sling/trunk/contrib/scripting/groovy/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/groovy/pom.xml?rev=1679176&r1=1679175&r2=1679176&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/groovy/pom.xml (original)
+++ sling/trunk/contrib/scripting/groovy/pom.xml Wed May 13 10:56:31 2015
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all</artifactId>
-            <version>1.8.0</version>
+            <version>2.4.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>