Skip to content

Commit 6784077

Browse files
committed
Update Checkstyle and JQwik dependencies.
1 parent 4547fe6 commit 6784077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agrona = "1.23.1"
3-
checkstyle = "10.20.1"
3+
checkstyle = "10.20.2"
44
junit = "5.11.3"
55
jmh = "1.37"
66
gradle = "8.11.1"
@@ -9,7 +9,7 @@ gradle = "8.11.1"
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.1" }
12+
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.2" }
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)