Skip to content

Commit

Permalink
Update dependency net.jqwik:jqwik to v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent bf99a8a commit 0f4a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testImplementation("org.assertj", "assertj-core", "3.25.1")
testImplementation("org.mockito", "mockito-core", "5.11.0")
testImplementation("net.jqwik", "jqwik", "1.8.2")
testImplementation("net.jqwik", "jqwik", "1.8.4")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 0f4a8a4

Please sign in to comment.