Skip to content

Commit

Permalink
Adjusted mockito dependency to retrieve the version from OpenSearch c…
Browse files Browse the repository at this point in the history
…ore. (#838)

* Bumped mockito to 5.2.0 to align with OpenSearch core.

Signed-off-by: AWSHurneyt <[email protected]>

* Adjusted mockito version to align with OpenSearch core.

Signed-off-by: AWSHurneyt <[email protected]>

---------

Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt authored Mar 29, 2023
1 parent bcd8988 commit 3f2e651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation "com.github.seancfoley:ipaddress:5.3.3"

testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
testImplementation "org.mockito:mockito-core:5.1.0"
testImplementation "org.mockito:mockito-core:${versions.mockito}"
testImplementation "org.opensearch.plugin:reindex-client:${opensearch_version}"
}

Expand Down

0 comments on commit 3f2e651

Please sign in to comment.