This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 4c61f8efe63f5d47e005f8fc855aad71138c06e4 Author: Daniel Sun <sun...@apache.org> AuthorDate: Fri Jul 4 23:31:28 2025 +0900 GROOVY-11710: Bump jqwik to 1.9.3 --- src/test/groovy/groovy/grape/GrapeIvyTest.groovy | 2 +- .../groovy/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy | 2 +- versions.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/groovy/groovy/grape/GrapeIvyTest.groovy b/src/test/groovy/groovy/grape/GrapeIvyTest.groovy index ad148b81c4..6fb41ad73d 100644 --- a/src/test/groovy/groovy/grape/GrapeIvyTest.groovy +++ b/src/test/groovy/groovy/grape/GrapeIvyTest.groovy @@ -540,7 +540,7 @@ final class GrapeIvyTest { """ assertScript ''' - @Grab('net.jqwik:jqwik:1.9.2') + @Grab('net.jqwik:jqwik:1.9.3') import net.jqwik.api.ForAll import net.jqwik.api.Property diff --git a/src/test/groovy/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy b/src/test/groovy/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy index 972400480d..03b5570c2c 100644 --- a/src/test/groovy/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy +++ b/src/test/groovy/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy @@ -210,7 +210,7 @@ final class TypeAnnotationsTest extends AbstractBytecodeTestCase { // GROOVY-9154 void testTypeAnnotationsForMethod4() { def bytecode = compile(classNamePattern: 'Foo', method: 'sizeZeroOrPositive', '''\ - @Grab("net.jqwik:jqwik:1.9.2") + @Grab("net.jqwik:jqwik:1.9.3") import net.jqwik.api.ForAll import net.jqwik.api.Property import net.jqwik.api.constraints.IntRange diff --git a/versions.properties b/versions.properties index ede072b724..4a98e93946 100644 --- a/versions.properties +++ b/versions.properties @@ -38,7 +38,7 @@ javaParser=3.27.0 jcipAnnotations=1.0 jline=2.14.6 jmh=1.37 -jqwik=1.9.2 +jqwik=1.9.3 jruby=9.2.17.0 junit=4.13.2 junit5=5.13.3