You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2018/10/24 13:21:31 UTC

svn commit: r1844769 - in /turbine/fulcrum/trunk: parser/pom.xml testcontainer/pom.xml

Author: painter
Date: Wed Oct 24 13:21:31 2018
New Revision: 1844769

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

Modified:
    turbine/fulcrum/trunk/parser/pom.xml
    turbine/fulcrum/trunk/testcontainer/pom.xml

Modified: turbine/fulcrum/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=1844769&r1=1844768&r2=1844769&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Wed Oct 24 13:21:31 2018
@@ -109,11 +109,12 @@
       <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <version>2.22.0</version>
-    </dependency>
+	<dependency>
+	    <groupId>org.mockito</groupId>
+	    <artifactId>mockito-core</artifactId>
+	    <version>2.23.0</version>
+	    <scope>test</scope>
+	</dependency>
   </dependencies>
 
   <build>

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=1844769&r1=1844768&r2=1844769&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Wed Oct 24 13:21:31 2018
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.22.0</version>
+      <version>2.23.0</version>
     </dependency>
     <!-- Needed if testing with ECM -->
     <dependency>