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 2014/12/06 17:17:51 UTC

[text] Update junit dependency

Repository: commons-text
Updated Branches:
  refs/heads/master 3e1dfab23 -> 413aeeb1a


Update junit dependency


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/413aeeb1
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/413aeeb1
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/413aeeb1

Branch: refs/heads/master
Commit: 413aeeb1a13dbd965db8a24b175c45ce6edd5c37
Parents: 3e1dfab
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat Dec 6 17:17:21 2014 +0100
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat Dec 6 17:17:21 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/413aeeb1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d4195f..f3b5833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>