Skip to content

Commit

Permalink
GROOVY-11504: Bump jqwik to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Oct 20, 2024
1 parent 2cb0db8 commit 58380fb
Show file tree
Hide file tree
Showing 2 changed files with 3 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.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
}

Expand Down
1 change: 1 addition & 0 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ jcipAnnotations=1.0
treelayout=1.0.3
javaxServletApi=4.0.1
javaxJspApi=2.3.3
jqwik=1.9.1

0 comments on commit 58380fb

Please sign in to comment.