Skip to content

Commit

Permalink
Merge pull request #233 from Aiven-Open/dependabot/gradle/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-5.5.0

Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
  • Loading branch information
reta authored Sep 1, 2023
2 parents 8ec25b5 + 56e91f9 commit fe465aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
implementation "org.opensearch.client:opensearch-rest-high-level-client:$openSearchVersion"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.0"
testImplementation "org.mockito:mockito-core:5.4.0"
testImplementation "org.mockito:mockito-core:5.5.0"
testImplementation "org.mockito:mockito-inline:5.2.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.5.0"

Expand Down

0 comments on commit fe465aa

Please sign in to comment.