You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/09/26 10:31:25 UTC

incubator-groovy git commit: GROOVY-7607: Upgrade Log4J2 to 2.4

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 20427f4c0 -> 295f63728


GROOVY-7607: Upgrade Log4J2 to 2.4


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/295f6372
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/295f6372
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/295f6372

Branch: refs/heads/master
Commit: 295f637287b1da2f8bd079b644616da9b7720ccb
Parents: 20427f4
Author: pascalschumacher <pa...@gmx.net>
Authored: Sat Sep 26 10:31:07 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sat Sep 26 10:31:07 2015 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/295f6372/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 73511c6..03c679e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ ext {
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.2'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.1'
+    log4j2Version = '2.4'
     luceneVersion = '4.7.2'
     openbeansVersion = '1.0'
     openejbVersion = '1.0'