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/05/28 12:05:44 UTC

[groovy] 02/03: GROOVY-10537: Bump logback to 1.2.11 (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 9dd29864bd15d2e21990e9819ec90bc49aed1026
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat May 28 21:56:51 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index ec9a3636ff..b61ed9a104 100644
--- a/build.gradle
+++ b/build.gradle
@@ -137,7 +137,7 @@ ext {
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     junitVersion = '4.13.2'
-    logbackVersion = '1.2.10'
+    logbackVersion = '1.2.11'
     log4jVersion = '1.2.17'
     log4j2Version = '2.17.2'
     openbeansVersion = '1.0.2'