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 11:36:29 UTC

[groovy] branch GROOVY_2_5_X updated (77bec46 -> 8f27d7f)

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

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


    from 77bec46  GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)
     new ba908f6  Revert "GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)" since that is JDK8 only
     new 8f27d7f  GROOVY-10509: Bump log4j2 version to 2.12.4 (test dependency - fixed JDK7 version)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[groovy] 01/02: Revert "GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)" since that is JDK8 only

Posted by pa...@apache.org.
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 ba908f68a4f443603983c0e913aff1e8b590532f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 21:35:45 2022 +1000

    Revert "GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)" since that is JDK8 only
    
    This reverts commit 77bec46f6a9669e5b25019bd6bfcaa5accc9e215.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d5f298e..42bee20 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.17.1'
+    log4j2Version = '2.8'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.3.2'
     qdoxVersion = '1.12.1'

[groovy] 02/02: GROOVY-10509: Bump log4j2 version to 2.12.4 (test dependency - fixed JDK7 version)

Posted by pa...@apache.org.
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 8f27d7f5fa2cd760e23772d87007efbfb24a69e7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 21:36:23 2022 +1000

    GROOVY-10509: Bump log4j2 version to 2.12.4 (test dependency - fixed JDK7 version)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 42bee20..9910a8a 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.12.4'
     openbeansVersion = '1.0.2'
     picocliVersion = '4.3.2'
     qdoxVersion = '1.12.1'