Skip to content

Commit

Permalink
update jqwik to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mklose committed Sep 28, 2021
1 parent 845aeb5 commit c2fa00f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/jqwik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Open as preexisting project in your favorite IDE and choose between gradle or ma
To execute the tests either run `./gradlew test`, `mvn test` or run the tests from the IDE you are using.

## Test Libraries Available from the Get-Go
- [jqwik 1.5.1](https://jqwik.net/release-notes.html#151)
- [jqwik 1.5.6](https://jqwik.net/release-notes.html#15x)
- [AssertJ 3.21.0](https://assertj.github.io/doc/#assertj-core-release-notes)
2 changes: 1 addition & 1 deletion java/jqwik/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compileTestJava {
ext {
junitPlatformVersion = '1.7.2'
junitJupiterVersion = '5.8.1'
jqwikVersion = '1.5.1'
jqwikVersion = '1.5.6'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion java/jqwik/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<junit.platform.version>1.7.2</junit.platform.version>
<jqwik.version>1.5.1</jqwik.version>
<jqwik.version>1.5.6</jqwik.version>
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
</properties>

Expand Down

0 comments on commit c2fa00f

Please sign in to comment.