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:18 UTC

[groovy] branch GROOVY_2_5_X updated (54aa63e -> 77bec46)

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 54aa63e  GROOVY-9344, GROOVY-9516, GROOVY-9607: SC: track closure shared variable
     new 2ee467b  Bump logback to 1.2.10 (test dependency)
     new 2aae225  GROOVY-10493: Bump slf4j to 1.7.36 (test dependency)
     new 77bec46  GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)

The 3 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[groovy] 01/03: Bump logback to 1.2.10 (test dependency)

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 2ee467b2f3ddefb53e4b73d6b07e86d5fdaebfce
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 20:06:18 2022 +1000

    Bump logback to 1.2.10 (test dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2a9c0bf..800dcba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ ext {
     jarjarVersion = '1.7.2'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
-    logbackVersion = '1.2.3'
+    logbackVersion = '1.2.10'
     log4jVersion = '1.2.17'
     log4j2Version = '2.8'
     openbeansVersion = '1.0.2'

[groovy] 03/03: GROOVY-10435: Bump log4j2 version to 2.17.1 (test dependency)

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 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'

[groovy] 02/03: GROOVY-10493: Bump slf4j to 1.7.36 (test dependency)

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 2aae2253a73ddf3308389b01abe118b40a00b04e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 20:06:46 2022 +1000

    GROOVY-10493: Bump slf4j to 1.7.36 (test dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 800dcba..42bee20 100644
--- a/build.gradle
+++ b/build.gradle
@@ -160,7 +160,7 @@ ext {
     openbeansVersion = '1.0.2'
     picocliVersion = '4.3.2'
     qdoxVersion = '1.12.1'
-    slf4jVersion = '1.7.30'
+    slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.10'
     spockVersion = '1.2-groovy-2.5'