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 2018/08/08 14:59:25 UTC

httpcomponents-core git commit: Mockito 2.19.0 -> 2.21.0.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/master d40c9ca95 -> 55e55b887


Mockito 2.19.0 -> 2.21.0.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/55e55b88
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/55e55b88
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/55e55b88

Branch: refs/heads/master
Commit: 55e55b887be2b13af8c2e135b1c91c82b7b9b489
Parents: d40c9ca
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Aug 8 08:59:22 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Aug 8 08:59:22 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/55e55b88/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56cd084..04ff053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
     <junit.version>4.12</junit.version>
-    <mockito.version>2.19.0</mockito.version>
+    <mockito.version>2.21.0</mockito.version>
     <slf4j.version>1.7.25</slf4j.version>
     <log4j.version>2.8.2</log4j.version>
   </properties>