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/14 13:10:22 UTC

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

commit 5c1485372a9d00ed7bfdeca95ea8a8f8563b576a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 14 22:49:37 2021 +1000

    GROOVY-10171: Bump slf4j to 1.7.31
---
 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 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 a41f4c3..937a587 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.30')
+            @Grab('org.slf4j:slf4j-simple:1.7.31')
             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 76ad1b4..671ef8c 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.30')
+                @Grab('org.slf4j:slf4j-nop:1.7.31')
             ])
             @GrabExclude('org.codehaus.groovy:*')
             import static grails.converters.JSON.parse
diff --git a/versions.properties b/versions.properties
index 55778b3..73ce1ff 100644
--- a/versions.properties
+++ b/versions.properties
@@ -42,7 +42,7 @@ log4j2 = 2.14.1
 openbeans = 1.0.2
 picocli = 4.6.1
 qdox = 1.12.1
-slf4j = 1.7.30
+slf4j = 1.7.31
 xmlunit = 1.6
 xstream = 1.4.17
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true