You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2016/09/28 14:15:10 UTC

[2/3] commons-rng git commit: JUnit upgrade (4.11 -> 4.12)

JUnit upgrade (4.11 -> 4.12)


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/62f24213
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/62f24213
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/62f24213

Branch: refs/heads/master
Commit: 62f242130c5dd5b3a219c24c1b2aeff120da1063
Parents: 8bd01a4
Author: Emmanuel Bourg <eb...@apache.org>
Authored: Wed Sep 28 16:01:23 2016 +0200
Committer: Emmanuel Bourg <eb...@apache.org>
Committed: Wed Sep 28 16:01:23 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/62f24213/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ee5c2b7..d73a66d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
   </dependencies>