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 2021/07/15 04:39:44 UTC

[groovy] 03/07: GROOVY-10171: Bump slf4j to 1.7.31

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 a430e6ebdcb57103e247aac47387f58cbfea8289
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:30:24 2021 +1000

    GROOVY-10171: Bump slf4j to 1.7.31
---
 src/test/groovy/bugs/Groovy6932Bug.groovy | 2 +-
 src/test/groovy/bugs/Groovy8060Bug.groovy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy6932Bug.groovy b/src/test/groovy/bugs/Groovy6932Bug.groovy
index 8dabe24..3dabebe 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.30')
+            @Grab('org.slf4j:slf4j-simple:1.7.31')
             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 116b91a..ffe8260 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.30')
+                    @Grab('org.slf4j:slf4j-simple:1.7.31')
                     import groovy.util.logging.Slf4j
 
                     @Slf4j