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

[groovy] 02/03: GROOVY-10493: Bump slf4j to 1.7.36 (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 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'