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 2022/02/24 10:07:21 UTC

[groovy] 03/03: 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_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 77bec46f6a9669e5b25019bd6bfcaa5accc9e215
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 20:07:09 2022 +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 42bee20..d5f298e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,7 +156,7 @@ ext {
     jmockVersion = '1.2.0'
     logbackVersion = '1.2.10'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.8'
+    log4j2Version = '2.17.1'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.3.2'
     qdoxVersion = '1.12.1'