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 2021/12/17 13:31:24 UTC

[groovy] 02/03: GROOVY-10421: Bump jqwik to 1.6.1 (test dependency)

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 e334e353c141edf26025760fef18ae9a11eae8fd
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Dec 17 23:13:05 2021 +1000

    GROOVY-10421: Bump jqwik to 1.6.1 (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 770507d..7fa70a4 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.0'
+    testImplementation 'net.jqwik:jqwik:1.6.1'
     testRuntimeOnly "org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
     testRuntimeOnly "org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
     testImplementation project(':groovy-test')