Skip to content

Commit

Permalink
[Java] Upgrade to Mockito 5.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Sep 30, 2024
1 parent edd15cc commit fa49cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gradle = "8.10.2"

[libraries]
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23, 2.0[", require = "1.23.0" } }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.0" }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.1" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.0" }
json = { group = "org.json", name = "json", version = "20240303" }
Expand Down

0 comments on commit fa49cc4

Please sign in to comment.