You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/10/05 18:16:50 UTC

[3/3] httpcomponents-core git commit: Update tests from JUnit 4.11 to 4.12.

Update tests from JUnit 4.11 to 4.12.

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

Branch: refs/heads/4.4.x
Commit: 86b3767435f0ebfe89761f8f5ff7b4f3f5de0a00
Parents: ac2a176
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Oct 5 12:06:34 2017 -0600
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Oct 5 20:15:20 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/86b37674/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4b88ac1..6c777f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
-    <junit.version>4.11</junit.version>
+    <junit.version>4.12</junit.version>
     <mockito.version>1.10.19</mockito.version>
     <commons-logging.version>1.2</commons-logging.version>
     <api.comparison.version>4.4</api.comparison.version>