Skip to content

Commit 656178e

Browse files
committed
GROOVY-11334: Bump jqwik to 1.8.3 (test dependency)
1 parent bbc5957 commit 656178e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/groovy-test-junit5/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
exclude(group: 'org.apiguardian', module: 'apiguardian-api')
3434
}
3535
testImplementation "org.junit.jupiter:junit-jupiter-params:${versions.junit5}"
36-
testImplementation 'net.jqwik:jqwik-api:1.8.2'
36+
testImplementation 'net.jqwik:jqwik-api:1.8.3'
3737
testRuntimeOnly "org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
3838
testRuntimeOnly "org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
3939
testImplementation projects.groovyTest

0 commit comments

Comments
 (0)