You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/05/08 20:59:02 UTC

svn commit: r1794462 - /httpcomponents/httpcore/branches/4.4.x/pom.xml

Author: ggregory
Date: Mon May  8 20:59:01 2017
New Revision: 1794462

URL: http://svn.apache.org/viewvc?rev=1794462&view=rev
Log:
Update tests from Mockito 1.8.5 to 1.10.19. Tests pass on Oracle Java 1.6.0_45 and Maven 3.0.5.

Modified:
    httpcomponents/httpcore/branches/4.4.x/pom.xml

Modified: httpcomponents/httpcore/branches/4.4.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/pom.xml?rev=1794462&r1=1794461&r2=1794462&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/pom.xml Mon May  8 20:59:01 2017
@@ -76,7 +76,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
     <junit.version>4.11</junit.version>
-    <mockito.version>1.8.5</mockito.version>
+    <mockito.version>1.10.19</mockito.version>
     <commons-logging.version>1.2</commons-logging.version>
     <api.comparison.version>4.4</api.comparison.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>