You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/04/05 19:46:28 UTC

svn commit: r1790320 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Wed Apr  5 19:46:28 2017
New Revision: 1790320

URL: http://svn.apache.org/viewvc?rev=1790320&view=rev
Log:
Update Groovy.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1790320&r1=1790319&r2=1790320&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Wed Apr  5 19:46:28 2017
@@ -678,7 +678,7 @@
                         <dependency>
                             <groupId>org.codehaus.groovy</groupId>
                             <artifactId>groovy-all</artifactId>
-                            <version>2.4.4</version>
+                            <version>2.4.10</version>
                         </dependency>
                     </dependencies>
                 </plugin>