Skip to content

Commit

Permalink
Bump mockito from 5.14.1 to 5.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 15, 2024
1 parent efef676 commit e66f9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ bouncycastle="1.78"
randomizedrunner = "2.7.1"
junit = "4.13.2"
hamcrest = "2.1"
mockito = "5.14.1"
mockito = "5.14.2"
objenesis = "3.2"
bytebuddy = "1.15.4"

Expand Down
3 changes: 2 additions & 1 deletion test/framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ thirdPartyAudit.ignoreMissingClasses(
'org.apache.log4j.Priority',
'org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher',
'org.opentest4j.AssertionFailedError',
'net.bytebuddy.agent.ByteBuddyAgent'
'net.bytebuddy.agent.ByteBuddyAgent',
'net.bytebuddy.agent.Installer'
)
// TODO - OpenSearch remove this violation. Issue: https://github.com/opensearch-project/OpenSearch/issues/420
thirdPartyAudit.ignoreViolations(
Expand Down

0 comments on commit e66f9b4

Please sign in to comment.