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/01/17 04:58:58 UTC

[groovy] 01/02: GROOVY-10452: Bump slf4j to 1.7.33 (test dependency)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit cb581fb7a6d86d81144aa0d595ead47894d5e8d5
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jan 17 14:58:11 2022 +1000

    GROOVY-10452: Bump slf4j to 1.7.33 (test dependency)
---
 src/test/groovy/bugs/Groovy6932Bug.groovy                               | 2 +-
 src/test/groovy/bugs/Groovy8060Bug.groovy                               | 2 +-
 .../codehaus/groovy/classgen/asm/sc/StaticCompileFlowTypingTest.groovy  | 2 +-
 versions.properties                                                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy6932Bug.groovy b/src/test/groovy/bugs/Groovy6932Bug.groovy
index 3dabebe..22369a1 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.33')
             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 937a587..8546ae5 100644
--- a/src/test/groovy/bugs/Groovy8060Bug.groovy
+++ b/src/test/groovy/bugs/Groovy8060Bug.groovy
@@ -23,7 +23,7 @@ import groovy.test.GroovyTestCase
 class Groovy8060Bug extends GroovyTestCase {
     void testLoggingWithinClosuresThatAreMethodArgsShouldHaveGuards() {
         assertScript '''
-            @Grab('org.slf4j:slf4j-simple:1.7.31')
+            @Grab('org.slf4j:slf4j-simple:1.7.33')
             import groovy.util.logging.Slf4j
 
             @Slf4j
diff --git a/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileFlowTypingTest.groovy b/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileFlowTypingTest.groovy
index 671ef8c..f9013c2 100644
--- a/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileFlowTypingTest.groovy
+++ b/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileFlowTypingTest.groovy
@@ -88,7 +88,7 @@ final class StaticCompileFlowTypingTest {
                 @Grab('javax.servlet:javax.servlet-api:3.0.1'),
                 @Grab('org.grails.plugins:converters:3.3.+'),
                 @Grab('org.grails:grails-web:3.3.+'),
-                @Grab('org.slf4j:slf4j-nop:1.7.31')
+                @Grab('org.slf4j:slf4j-nop:1.7.33')
             ])
             @GrabExclude('org.codehaus.groovy:*')
             import static grails.converters.JSON.parse
diff --git a/versions.properties b/versions.properties
index 87bb218..a6b6fb8 100644
--- a/versions.properties
+++ b/versions.properties
@@ -42,7 +42,7 @@ log4j2=2.17.1
 openbeans=1.0.2
 picocli=4.6.2
 qdox=1.12.1
-slf4j=1.7.32
+slf4j=1.7.33
 xmlunit=1.6
 xstream=1.4.18
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true