Skip to content

Commit

Permalink
Upgrade Mockito-kotlin 4.1.0 -> 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrillosgait committed Sep 29, 2023
1 parent 75fa8bb commit e4c6692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Versions {
const val ROBOLECTRIC = "4.10.3"
const val MOCKITO = "5.5.0"
const val MOCKITO_INLINE = "5.2.0"
const val MOCKITO_KOTLIN = "4.1.0"
const val MOCKITO_KOTLIN = "5.1.0"
const val CORE_KTX = "1.6.0"
const val FRAGMENT_KTX = "1.2.4"
const val DETEKT_RUNTIME = "1.23.1"
Expand Down

0 comments on commit e4c6692

Please sign in to comment.