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

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

commit 4692a74610eb3415c3bc9e67fb5fedb2e3d18884
Author: Paul King <[email protected]>
AuthorDate: Mon Jan 6 12:57:17 2025 +1000

    GROOVY-11544: Bump jqwik to 1.9.2 (test dependency)
---
 src/test/groovy/grape/GrapeIvyTest.groovy                            | 2 +-
 src/test/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy | 2 +-
 versions.properties                                                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/groovy/grape/GrapeIvyTest.groovy 
b/src/test/groovy/grape/GrapeIvyTest.groovy
index 0e2fb00f36..ad148b81c4 100644
--- a/src/test/groovy/grape/GrapeIvyTest.groovy
+++ b/src/test/groovy/grape/GrapeIvyTest.groovy
@@ -540,7 +540,7 @@ final class GrapeIvyTest {
             """
 
             assertScript '''
-                @Grab('net.jqwik:jqwik:1.2.1')
+                @Grab('net.jqwik:jqwik:1.9.2')
                 import net.jqwik.api.ForAll
                 import net.jqwik.api.Property
 
diff --git 
a/src/test/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy 
b/src/test/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy
index 4d3ff7fe2b..aada167cc5 100644
--- a/src/test/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy
+++ b/src/test/org/codehaus/groovy/classgen/asm/TypeAnnotationsTest.groovy
@@ -183,7 +183,7 @@ final class TypeAnnotationsTest extends 
AbstractBytecodeTestCase {
     // GROOVY-9154
     void testTypeAnnotationsForMethod4() {
         def bytecode = compile(classNamePattern: 'Foo', method: 
'sizeZeroOrPositive', '''\
-            @Grab("net.jqwik:jqwik:1.1.4")
+            @Grab("net.jqwik:jqwik:1.9.2")
             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 e1b9a92548..cfbc646694 100644
--- a/versions.properties
+++ b/versions.properties
@@ -57,4 +57,4 @@ jcipAnnotations=1.0
 treelayout=1.0.3
 javaxServletApi=4.0.1
 javaxJspApi=2.3.3
-jqwik=1.9.1
+jqwik=1.9.2

Reply via email to