Skip to content

Commit

Permalink
Update mockito-kotlin version
Browse files Browse the repository at this point in the history
Summary: D38673457 (66df49e) updated the mockito-kotlin version being used frrom 2.2.0 to 2.2.11 and includes a package rename. We cherry-picked some commits that were reverted for the git migration which refactored the way we manage dependencies so the change was missed.

Reviewed By: joesus

Differential Revision: D39284217

fbshipit-source-id: cf9095e6ded73230c257211fca9e7f0c4d67ea15
  • Loading branch information
mingcaozhang authored and facebook-github-bot committed Sep 6, 2022
1 parent 4101593 commit 5eb2504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Versions {
const val liquidcore = "0.6.2"
const val material = "1.0.0"
const val mockitoInline = "2.26.0"
const val mockitoKotlin = "2.2.0"
const val mockitoKotlin = "2.2.11"
const val mockwebserver = "4.9.0"
const val playServicesAuth = "16.0.0"
const val playServicesGcm = "17.0.0"
Expand Down Expand Up @@ -109,7 +109,7 @@ object Libs {
const val leakcanary_android = "com.squareup.leakcanary:leakcanary-android:${Versions.leakcanaryAndroid}"
const val liquidcore = "com.github.LiquidPlayer:LiquidCore:${Versions.liquidcore}"
const val mockito_inline = "org.mockito:mockito-inline:${Versions.mockitoInline}"
const val mockito_kotlin = "com.nhaarman.mockitokotlin2:mockito-kotlin:${Versions.mockitoKotlin}"
const val mockito_kotlin = "org.mockito.kotlin:mockito-kotlin:${Versions.mockitoKotlin}"
const val mockwebserver = "com.squareup.okhttp3:mockwebserver:${Versions.mockwebserver}"
const val powermock_core = "org.powermock:powermock-core:${Versions.powerMock}"
const val powermock_api_mockito2 = "org.powermock:powermock-api-mockito2:${Versions.powerMock}"
Expand Down

0 comments on commit 5eb2504

Please sign in to comment.