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 19fa79b1f13515bba2963a34cac2100e713b88e9 Author: Paul King <[email protected]> AuthorDate: Tue Mar 28 10:15:18 2023 +1000 GROOVY-10907: Bump jqwik to 1.7.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 e95b8780a5..9b586f50c5 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-api:1.7.2' + testImplementation 'net.jqwik:jqwik-api:1.7.3' testRuntimeOnly "org.junit.platform:junit-platform-engine:${versions.junit5Platform}" testRuntimeOnly "org.junit.platform:junit-platform-runner:${versions.junit5Platform}" testImplementation projects.groovyTest
