Skip to content

Commit edd15cc

Browse files
committed
[Java] Upgrade to Mockito 5.14.0.
1 parent f83f986 commit edd15cc

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
@@ -7,7 +7,7 @@ gradle = "8.10.2"
77

88
[libraries]
99
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23, 2.0[", require = "1.23.0" } }
10-
mockito = { group = "org.mockito", name = "mockito-core", version = "5.13.0" }
10+
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.0" }
1111
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
1212
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.0" }
1313
json = { group = "org.json", name = "json", version = "20240303" }

0 commit comments

Comments
 (0)