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/11/17 03:24:10 UTC

[groovy] 01/02: GROOVY-10836: Bump log4j2 version to 2.19.0 (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

commit d0275796bd60819c61f066d82b55701e4437e422
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Nov 17 12:03:59 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index 0eafb0665e..15ecdc5ea9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -139,7 +139,7 @@ ext {
     junitVersion = '4.13.2'
     logbackVersion = '1.2.11'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.18.0'
+    log4j2Version = '2.19.0'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.6.3'
     qdoxVersion = '1.12.1'