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 2016/10/09 16:00:39 UTC

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

Author: veithen
Date: Sun Oct  9 16:00:39 2016
New Revision: 1763990

URL: http://svn.apache.org/viewvc?rev=1763990&view=rev
Log:
Upgrade Mockito to the latest version.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1763990&r1=1763989&r2=1763990&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Oct  9 16:00:39 2016
@@ -477,7 +477,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>1.10.19</version>
+                <version>2.1.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>