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/10 21:23:10 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10408: Bump log4j2 version to 2.15.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


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

commit eab87f7299937781055e7bb5a5b9647e30fd3e46
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Dec 11 07:23:04 2021 +1000

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

diff --git a/build.gradle b/build.gradle
index dd1dd24..2401b6d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,7 @@ ext {
     jmockVersion = '1.2.0'
     logbackVersion = '1.2.3'
     log4jVersion = '1.2.17'
-    log4j2Version = '2.14.0'
+    log4j2Version = '2.15.0'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.6.1'
     qdoxVersion = '1.12.1'