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 2021/12/29 03:06:26 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 0267928  GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)
0267928 is described below

commit 02679284b80118bdd3d5c70511ea1a0d24e7ea7d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Dec 29 13:06:09 2021 +1000

    GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 55190df..45f99cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,7 @@ ext {
     jmockVersion = '1.2.0'
     logbackVersion = '1.2.8'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.17.0'
+    log4j2Version = '2.17.1'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.6.1'
     qdoxVersion = '1.12.1'