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 7ae0e6bd52cde878b3b95073a719b32ce16efc0e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Mar 26 18:11:05 2024 +1000

    GROOVY-11345: Bump jqwik to 1.8.4 (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 3f91498139..a625888b62 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.8.3'
+    testImplementation 'net.jqwik:jqwik:1.8.4'
     testRuntimeOnly 
"org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
     testRuntimeOnly 
"org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
     testImplementation projects.groovyTest

Reply via email to