Skip to content

Commit 17bb431

Browse files
committed
[Java] Upgrade to jqwik 1.10.1.
1 parent b9cf706 commit 17bb431

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Upgrade to `Gradle` 9.5.1.
66
* Upgrade to `JUnit` 6.1.0.
77
* Upgrade to `Shadow` 9.4.2.
8+
* Upgrade to `jqwik` 1.10.1.
89

910
== 1.38.1 (2026-04-28)
1011

@@ -13,7 +14,7 @@
1314

1415
== 1.38.0 (2026-04-22)
1516

16-
* **[Rust]** Recursively call nullify_optional_fields on composites
17+
* **[Rust]** Recursively call nullify_optional_fields on composites.
1718
* **[Rust]** Generate setters for optional enum fields too.
1819
* **[Rust]** Generated encoders now produce fluent interface. (https://github.com/aeron-io/simple-binary-encoding/pull/1097[#1097])
1920
* **[Rust]** Updated some function to `const`. (https://github.com/aeron-io/simple-binary-encoding/pull/1098[#1098])

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commons-codec = "1.15"
55
commons-lang3 = "3.8.1"
66
hamcrest = "3.0"
77
httpcore = "4.4.14"
8-
jqwik = "1.9.3"
8+
jqwik = "1.10.1"
99
jmh = "1.37"
1010
json = "20251224"
1111
junit = "6.1.0"

0 commit comments

Comments
 (0)