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/05/28 12:05:43 UTC

[groovy] 01/03: GROOVY-10538: Bump log4j2 version to 2.17.2 (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 070f3c2fb1673c17ef3821f72999dfe350ef75d1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat May 28 21:55:39 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index ae59bf3acc..ec9a3636ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -139,7 +139,7 @@ ext {
     junitVersion = '4.13.2'
     logbackVersion = '1.2.10'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.17.1'
+    log4j2Version = '2.17.2'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.6.1'
     qdoxVersion = '1.12.1'