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 2015/10/16 17:30:11 UTC

[lang] Update to easymock dependency

Repository: commons-lang
Updated Branches:
  refs/heads/master 6d3796e64 -> acc2bcd05


Update to easymock dependency


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

Branch: refs/heads/master
Commit: acc2bcd0583d29f9da429f92a2b6ff9dcaa9c904
Parents: 6d3796e
Author: Benedikt Ritter <br...@apache.org>
Authored: Fri Oct 16 17:30:01 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Fri Oct 16 17:30:01 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/acc2bcd0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9081b96..2b9e6b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>3.3.1</version>
+      <version>3.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>