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 04:16:09 UTC

[groovy] 02/03: GROOVY-10446: 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_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 0e61836262069ab7ed71d0d897e806fd3929e038
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 14:09:52 2022 +1000

    GROOVY-10446: 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 96885f7..1d9ea79 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ ext {
     javaParserVersion = '3.24.0'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
-    logbackVersion = '1.2.8'
+    logbackVersion = '1.2.10'
     log4jVersion = '1.2.17'
     log4j2Version = '2.17.1'
     openbeansVersion = '1.0.2'