This is an automated email from the ASF dual-hosted git repository.
sunlan 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 58380fbd3e GROOVY-11504: Bump jqwik to 1.9.1
58380fbd3e is described below
commit 58380fbd3e27a597e9e26d6d34a2b64a35a08e21
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Oct 20 15:52:28 2024 +0800
GROOVY-11504: Bump jqwik to 1.9.1
---
subprojects/groovy-test-junit5/build.gradle | 4 ++--
versions.properties | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/subprojects/groovy-test-junit5/build.gradle
b/subprojects/groovy-test-junit5/build.gradle
index a38b6b978a..8adc5df69d 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -33,10 +33,10 @@ dependencies {
exclude(group: 'org.apiguardian', module: 'apiguardian-api')
}
testImplementation
"org.junit.jupiter:junit-jupiter-params:${versions.junit5}"
- testImplementation 'net.jqwik:jqwik-api:1.9.0'
+ testImplementation "net.jqwik:jqwik-api:${versions.jqwik}"
testRuntimeOnly
"org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
testRuntimeOnly
"org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
- testRuntimeOnly 'net.jqwik:jqwik-engine:1.9.0'
+ testRuntimeOnly "net.jqwik:jqwik-engine:${versions.jqwik}"
testImplementation projects.groovyTest
}
diff --git a/versions.properties b/versions.properties
index 1b3e9607d0..94ba1d9438 100644
--- a/versions.properties
+++ b/versions.properties
@@ -57,3 +57,4 @@ jcipAnnotations=1.0
treelayout=1.0.3
javaxServletApi=4.0.1
javaxJspApi=2.3.3
+jqwik=1.9.1