Skip to content

Commit

Permalink
Update mockito and robolectric [4.9.2 -> 4.11.1]
Browse files Browse the repository at this point in the history
Notably robolectric 4.11 supports Android SDK 34
  • Loading branch information
UweTrottmann committed Dec 15, 2023
1 parent 62900d2 commit a57f811
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
# https://github.com/michaelbull/kotlin-result/releases
kotlinx-result = "com.michael-bull.kotlin-result:kotlin-result:1.1.18"
material = "com.google.android.material:material:1.10.0" # https://github.com/material-components/material-components-android/releases
mockito = "org.mockito:mockito-core:4.5.1"
# https://github.com/mockito/mockito/releases
# mockito 5 requires JDK 11
mockito = "org.mockito:mockito-core:4.11.0"
okhttp = "com.squareup.okhttp3:okhttp:4.12.0" # https://github.com/square/okhttp/blob/master/CHANGELOG.md
photoview = "com.github.chrisbanes:PhotoView:2.3.0"
picasso = "com.squareup.picasso:picasso:2.8" # https://github.com/square/picasso/releases
Expand All @@ -92,7 +94,7 @@ play-services-auth = "com.google.android.gms:play-services-auth:20.7.0"
retrofit2-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit2" }
retrofit2 = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit2" }
# https://github.com/robolectric/robolectric/releases/
robolectric = "org.robolectric:robolectric:4.9.2"
robolectric = "org.robolectric:robolectric:4.11.1"
taptargetview = "com.getkeepsafe.taptargetview:taptargetview:1.13.3"
threetenabp = "com.jakewharton.threetenabp:threetenabp:1.4.6" # https://github.com/JakeWharton/ThreeTenABP/blob/master/CHANGELOG.md
timber = "com.jakewharton.timber:timber:5.0.1" # https://github.com/JakeWharton/timber/blob/master/CHANGELOG.md
Expand Down

0 comments on commit a57f811

Please sign in to comment.