You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/12 13:09:05 UTC

commons-crypto git commit: Use latest JUnit version

Repository: commons-crypto
Updated Branches:
  refs/heads/master f67a5d3d6 -> 7b106a410


Use latest JUnit version


Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/7b106a41
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/7b106a41
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/7b106a41

Branch: refs/heads/master
Commit: 7b106a410a1ec67face3af4b90ec45268df1542a
Parents: f67a5d3
Author: Benedikt Ritter <be...@gmail.com>
Authored: Sun Jun 12 15:08:59 2016 +0200
Committer: Benedikt Ritter <be...@gmail.com>
Committed: Sun Jun 12 15:08:59 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/7b106a41/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 337eccd..3e928fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@ The following provides more details on the included cryptographic software:
     <target.name>all</target.name>
     <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
     <findbugs-maven-plugin.version>3.0.2</findbugs-maven-plugin.version>
-    <junit.version>4.8.2</junit.version>
+    <junit.version>4.12</junit.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <slf4j-api.version>1.7.10</slf4j-api.version>
   </properties>