Skip to content

Commit

Permalink
Update Checkstyle and JQwik dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 3, 2024
1 parent 4547fe6 commit 6784077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agrona = "1.23.1"
checkstyle = "10.20.1"
checkstyle = "10.20.2"
junit = "5.11.3"
jmh = "1.37"
gradle = "8.11.1"
Expand All @@ -9,7 +9,7 @@ gradle = "8.11.1"
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23.1, 2.0[", require = "1.23.1" } }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.2" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.1" }
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.2" }
json = { group = "org.json", name = "json", version = "20240303" }
jmh-core = { group = "org.openjdk.jmh", name = "jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { group = "org.openjdk.jmh", name = "jmh-generator-annprocess", version.ref = "jmh" }
Expand Down

0 comments on commit 6784077

Please sign in to comment.