Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Angie Zhang <[email protected]>
  • Loading branch information
Angie Zhang committed Oct 4, 2022
1 parent b05614f commit 34f2bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ detekt {
buildUponDefaultConfig = true
}

configurations.testCompile {
configurations.testImplementation {
exclude module: "securemock"
}

Expand Down Expand Up @@ -162,7 +162,7 @@ dependencies {
testCompile "org.opensearch.test:framework:${opensearch_version}"
testCompile "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
testCompile "org.mockito:mockito-core:3.12.4"
testCompile "org.mockito:mockito-core:4.7.0"

add("ktlint", "com.pinterest:ktlint:0.45.1") {
attributes {
Expand Down

0 comments on commit 34f2bab

Please sign in to comment.