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

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

commit bbf456e3615a4aadadcf1148a44029eabe9225d0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 14:13:15 2022 +1000

    GROOVY-10493: Bump slf4j to 1.7.36 (test dependency)
---
 build.gradle                              | 2 +-
 src/test/groovy/bugs/Groovy6932Bug.groovy | 2 +-
 src/test/groovy/bugs/Groovy8060Bug.groovy | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 1d9ea79..83a6864 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,7 +147,7 @@ ext {
     openbeansVersion = '1.0.2'
     picocliVersion = '4.6.1'
     qdoxVersion = '1.12.1'
-    slf4jVersion = '1.7.31'
+    slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.19'
     spockVersion = '2.0-groovy-3.0'
diff --git a/src/test/groovy/bugs/Groovy6932Bug.groovy b/src/test/groovy/bugs/Groovy6932Bug.groovy
index 3dabebe..b3151c1 100644
--- a/src/test/groovy/bugs/Groovy6932Bug.groovy
+++ b/src/test/groovy/bugs/Groovy6932Bug.groovy
@@ -23,7 +23,7 @@ import groovy.test.GroovyTestCase
 class Groovy6932Bug extends GroovyTestCase {
     void testLoggingWithinClosuresShouldHaveGuards() {
         assertScript '''
-            @Grab('org.slf4j:slf4j-simple:1.7.31')
+            @Grab('org.slf4j:slf4j-simple:1.7.36')
             import groovy.util.logging.Slf4j
 
             new TestCode().doSomethingThatLogs()
diff --git a/src/test/groovy/bugs/Groovy8060Bug.groovy b/src/test/groovy/bugs/Groovy8060Bug.groovy
index ffe8260..79a2cb3 100644
--- a/src/test/groovy/bugs/Groovy8060Bug.groovy
+++ b/src/test/groovy/bugs/Groovy8060Bug.groovy
@@ -33,7 +33,7 @@ class Groovy8060Bug extends GroovyTestCase {
         while (retry++ < MAX_RETRIES && !success) {
             try {
                 assertScript '''
-                    @Grab('org.slf4j:slf4j-simple:1.7.31')
+                    @Grab('org.slf4j:slf4j-simple:1.7.36')
                     import groovy.util.logging.Slf4j
 
                     @Slf4j