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/10/05 18:06:37 UTC

httpcomponents-core git commit: Update tests from JUnit 4.11 to 4.12.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 8bbc222c6 -> 01ec110cf


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/01ec110c
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/01ec110c
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/01ec110c

Branch: refs/heads/4.4.x
Commit: 01ec110cfba1d85b6e843170123a056313e414d4
Parents: 8bbc222
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Oct 5 12:06:34 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Oct 5 12:06:34 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/01ec110c/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>