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

[groovy] branch master updated (f72dcbe -> 89eb25c)

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

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


    from f72dcbe  GROOVY-10451: Sealed classes incorrectly allow a self-reference in the permitted subclasses
     new cb581fb  GROOVY-10452: Bump slf4j to 1.7.33 (test dependency)
     new 89eb25c  GROOVY-10453: Bump jqwik to 1.6.3 (test dependency)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/test/groovy/bugs/Groovy6932Bug.groovy                               | 2 +-
 src/test/groovy/bugs/Groovy8060Bug.groovy                               | 2 +-
 .../codehaus/groovy/classgen/asm/sc/StaticCompileFlowTypingTest.groovy  | 2 +-
 subprojects/groovy-test-junit5/build.gradle                             | 2 +-
 versions.properties                                                     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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

Posted by pa...@apache.org.
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

[groovy] 02/02: GROOVY-10453: Bump jqwik to 1.6.3 (test dependency)

Posted by pa...@apache.org.
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 89eb25cabd3caa4fef3df47e770c65340bf493a9
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jan 17 14:58:47 2022 +1000

    GROOVY-10453: Bump jqwik to 1.6.3 (test dependency)
---
 subprojects/groovy-test-junit5/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-test-junit5/build.gradle b/subprojects/groovy-test-junit5/build.gradle
index 8a5a3ae..740ea4f 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -33,7 +33,7 @@ dependencies {
         exclude(group: 'org.apiguardian', module: 'apiguardian-api')
     }
     testImplementation "org.junit.jupiter:junit-jupiter-params:${versions.junit5}"
-    testImplementation 'net.jqwik:jqwik:1.6.2'
+    testImplementation 'net.jqwik:jqwik:1.6.3'
     testRuntimeOnly "org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
     testRuntimeOnly "org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
     testImplementation project(':groovy-test')