Skip to content

Commit

Permalink
Update test dependencies to newer versions (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikeYourHat authored Nov 6, 2024
1 parent 10077fc commit fc8905a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions affectedmoduledetector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ gradlePlugin {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
testImplementation("junit:junit:4.13.2")
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
testImplementation("com.google.truth:truth:1.1.3")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("com.google.truth:truth:1.4.2")
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.dropbox.affectedmoduledetector

import com.nhaarman.mockito_kotlin.mock
import org.junit.rules.TestRule
import org.junit.runner.Description
import org.junit.runners.model.Statement
import org.mockito.kotlin.mock

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

0 comments on commit fc8905a

Please sign in to comment.