Skip to content

Commit 8596f68

Browse files
committed
[Java] Upgrade to jqwik 1.9.1.
1 parent 0caf77e commit 8596f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gradle = "8.10.2"
99
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23.1, 2.0[", require = "1.23.1" } }
1010
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.2" }
1111
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
12-
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.0" }
12+
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.1" }
1313
json = { group = "org.json", name = "json", version = "20240303" }
1414
jmh-core = { group = "org.openjdk.jmh", name = "jmh-core", version.ref = "jmh" }
1515
jmh-generator-annprocess = { group = "org.openjdk.jmh", name = "jmh-generator-annprocess", version.ref = "jmh" }

0 commit comments

Comments
 (0)