You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/04/05 00:04:33 UTC

logging-log4j2 git commit: Updates tests from easymock 3.3.1 to 3.4. Local build OK.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 010836f38 -> e1b3f4c45


Updates tests from easymock 3.3.1 to 3.4. Local build OK.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e1b3f4c4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e1b3f4c4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e1b3f4c4

Branch: refs/heads/master
Commit: e1b3f4c45354d2e4447586bf1c999994f48fea53
Parents: 010836f
Author: ggregory <gg...@apache.org>
Authored: Mon Apr 4 15:04:30 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Apr 4 15:04:30 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e1b3f4c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7d23a3e..b404f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,7 +622,7 @@
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>3.3.1</version>
+        <version>3.4</version>
         <scope>test</scope>
       </dependency>
       <dependency>