Skip to content

Commit b5df616

Browse files
committed
[Java] Upgrade to Mockito 5.14.2.
1 parent 385bffe commit b5df616

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.1, 2.0[", require = "1.23.1" } }
10-
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.1" }
10+
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.2" }
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)