mirror of https://github.com/apache/kafka.git
MINOR: Upgrade jqwik to version 1.8.3 (#14365)
This minor pull request consist of upgrading version of jqwik library to version 1.8.0 that brings some bug fixing and some enhancements, upgrading the version now will make future upgrades easier For breaking changes: We are not using ArbitraryConfiguratorBase, so there is no overriding of configure method We are not using TypeUsage.canBeAssignedTo(TypeUsage) No breaking is related to @Provide and @ForAll usage no Exception CannotFindArbitraryException is thrown during tests running No usage of StringArbitrary.repeatChars(0.0) We are not affected by the removal of method TypeArbitrary.use(Executable) We are not affected by the removal or methods ActionChainArbitrary.addAction(action) and ActionChainArbitrary.addAction(weight, action) For more details check the release notes: https://jqwik.net/release-notes.html#180 Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Yash Mayya <yash.mayya@gmail.com>
This commit is contained in:
parent
52a3fa0744
commit
21a5bbd84c
|
@ -119,7 +119,7 @@ versions += [
|
||||||
jopt: "5.0.4",
|
jopt: "5.0.4",
|
||||||
jose4j: "0.9.4",
|
jose4j: "0.9.4",
|
||||||
junit: "5.10.2",
|
junit: "5.10.2",
|
||||||
jqwik: "1.7.4",
|
jqwik: "1.8.3",
|
||||||
kafka_0100: "0.10.0.1",
|
kafka_0100: "0.10.0.1",
|
||||||
kafka_0101: "0.10.1.1",
|
kafka_0101: "0.10.1.1",
|
||||||
kafka_0102: "0.10.2.2",
|
kafka_0102: "0.10.2.2",
|
||||||
|
|
Loading…
Reference in New Issue