Skip to content

Commit

Permalink
[Java] Upgrade to Mockito 5.14.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 21, 2024
1 parent 0b25c8e commit 412c21a
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 @@ -12,7 +12,7 @@ agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23.
aeron-client = { group = "io.aeron", name = "aeron-client", version.ref = "aeron" }
aeron-archive = { group = "io.aeron", name = "aeron-archive", version.ref = "aeron" }
sbe = { group = "uk.co.real-logic", name = "sbe-tool", version = "1.33.1" }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.1" }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.2" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
junit4 = { group = "junit", name = "junit", version = "4.13.2" }
byteBuddy = { group = "net.bytebuddy", name = "byte-buddy", version.ref = "byteBuddy" }
Expand Down

0 comments on commit 412c21a

Please sign in to comment.