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


The following commit(s) were added to refs/heads/master by this push:
     new 4931476  GROOVY-10426: Bump jqwik to 1.6.2 (test dependency)
4931476 is described below

commit 49314769da5ea0153a8e5baae6202045e83e8f06
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 19 15:37:06 2021 +1000

    GROOVY-10426: Bump jqwik to 1.6.2 (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 7fa70a4..8a5a3ae 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.1'
+    testImplementation 'net.jqwik:jqwik:1.6.2'
     testRuntimeOnly 
"org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
     testRuntimeOnly 
"org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
     testImplementation project(':groovy-test')

Reply via email to