Skip to content

Commit

Permalink
GROOVY-11465: Bump jqwik to 1.9.0 (test dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Sep 3, 2024
1 parent f83c8cb commit 68bffa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/groovy-test-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.5'
testImplementation 'net.jqwik:jqwik-api:1.9.0'
testRuntimeOnly "org.junit.platform:junit-platform-engine:${versions.junit5Platform}"
testRuntimeOnly "org.junit.platform:junit-platform-runner:${versions.junit5Platform}"
testRuntimeOnly 'net.jqwik:jqwik-engine:1.8.5'
testRuntimeOnly 'net.jqwik:jqwik-engine:1.9.0'
testImplementation projects.groovyTest
}

Expand Down

0 comments on commit 68bffa2

Please sign in to comment.