This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 21a5bbd84c3 MINOR: Upgrade jqwik to version 1.8.3 (#14365)
21a5bbd84c3 is described below
commit 21a5bbd84c3c80bcee57ceb05f47005d9122d46e
Author: Said Boudjelda <[email protected]>
AuthorDate: Sun Mar 3 17:32:28 2024 +0100
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 <[email protected]>, Yash Mayya
<[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 9cd1515a79c..5ac978f9b00 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -119,7 +119,7 @@ versions += [
jopt: "5.0.4",
jose4j: "0.9.4",
junit: "5.10.2",
- jqwik: "1.7.4",
+ jqwik: "1.8.3",
kafka_0100: "0.10.0.1",
kafka_0101: "0.10.1.1",
kafka_0102: "0.10.2.2",