Skip to content

Commit

Permalink
Bump net.jqwik:jqwik-api from 1.8.4 to 1.8.5
Browse files Browse the repository at this point in the history
Bumps [net.jqwik:jqwik-api](https://github.com/jqwik-team/jqwik) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/jqwik-team/jqwik/releases)
- [Commits](1.8.4...1.8.5)

---
updated-dependencies:
- dependency-name: net.jqwik:jqwik-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent cb4c99b commit 8bf4c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-modular-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation(project(":web"))
testRuntimeOnly(project(":engine"))
} else {
testImplementation("net.jqwik:jqwik-api:1.8.4")
testImplementation("net.jqwik:jqwik-api:1.8.5")
testImplementation("net.jqwik:jqwik-web:1.8.4")
testRuntimeOnly("net.jqwik:jqwik-engine:1.8.4")
}
Expand Down

0 comments on commit 8bf4c59

Please sign in to comment.