Skip to content

Commit

Permalink
fix(deps): update mockito monorepo to v5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 0933f6a commit 08997d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ androidx-work-runtime-ktx = { module = 'androidx.work:work-runtime-ktx', version
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }

# Unit Test
mockito-core = 'org.mockito:mockito-core:5.14.2'
mockito-core = 'org.mockito:mockito-core:5.15.2'
mockito-inline = 'org.mockito:mockito-inline:5.2.0'
mockito-kotlin = 'org.mockito.kotlin:mockito-kotlin:5.4.0'
junit = 'junit:junit:4.13.2'
Expand All @@ -140,7 +140,7 @@ hilt-android-testing = { module = 'com.google.dagger:hilt-android-testing', vers
androidx-espresso-core = { module = 'androidx.test.espresso:espresso-core', version.ref = 'androidx-espresso' }
androidx-espresso-intents = { module = 'androidx.test.espresso:espresso-intents', version.ref = 'androidx-espresso' }
androidx-junit = 'androidx.test.ext:junit:1.2.1'
mockito-android = 'org.mockito:mockito-android:5.14.2'
mockito-android = 'org.mockito:mockito-android:5.15.2'
androidx-test-runner = { module = 'androidx.test:runner', version.ref = 'androidx-test' }
androidx-test-rules = { module = 'androidx.test:rules', version.ref = 'androidx-test-rules' }

Expand Down

0 comments on commit 08997d8

Please sign in to comment.