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 2020/05/17 10:40:40 UTC

[groovy] branch master updated: GROOVY-9559: Bump log4j2 version to 2.13.3

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 301d4f4  GROOVY-9559: Bump log4j2 version to 2.13.3
301d4f4 is described below

commit 301d4f4e36be321a7a2ab55abbe78f97d6f1812f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun May 17 20:39:49 2020 +1000

    GROOVY-9559: Bump log4j2 version to 2.13.3
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 82887a0..98573e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,7 +140,7 @@ ext {
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.8'
+    log4j2Version = '2.13.3'
     openbeansVersion = '1.0'
     picocliVersion = '4.3.2'
     qdoxVersion = '1.12.1'