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

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

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'