Skip to content

Commit fc8905a

Browse files
authored
Update test dependencies to newer versions (#250)
1 parent 10077fc commit fc8905a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: affectedmoduledetector/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ gradlePlugin {
3333
dependencies {
3434
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3535
testImplementation("junit:junit:4.13.2")
36-
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
37-
testImplementation("com.google.truth:truth:1.1.3")
36+
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
37+
testImplementation("com.google.truth:truth:1.4.2")
3838
}

Diff for: affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/AttachLogsTestRule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package com.dropbox.affectedmoduledetector
22

3-
import com.nhaarman.mockito_kotlin.mock
43
import org.junit.rules.TestRule
54
import org.junit.runner.Description
65
import org.junit.runners.model.Statement
6+
import org.mockito.kotlin.mock
77

88
/**
99
* Special rule for dependency detector tests that will attach logs to a failure.

0 commit comments

Comments
 (0)