Skip to content

Commit eecc548

Browse files
committed
Bump test lib versions
1 parent e0b6d23 commit eecc548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ object Config {
6060
val ktorClientOkHttp = "io.ktor:ktor-client-okhttp:2.3.6"
6161
val ktorClientDarwin = "io.ktor:ktor-client-darwin:2.3.6"
6262

63-
val roboelectric = "org.robolectric:robolectric:4.9"
64-
val junitKtx = "androidx.test.ext:junit-ktx:1.1.5"
65-
val mockitoCore = "org.mockito:mockito-core:5.4.0"
63+
val roboelectric = "org.robolectric:robolectric:4.15.1"
64+
val junitKtx = "androidx.test.ext:junit-ktx:1.2.1"
65+
val mockitoCore = "org.mockito:mockito-core:5.18.0"
6666
}
6767

6868
object Android {

0 commit comments

Comments
 (0)