Skip to content

Commit 76beac4

Browse files
committed
chore: update deps
1 parent 4330fc4 commit 76beac4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ core-splashscreen = { group = "androidx.core", name = "core-splashscreen", versi
4141
datastore-preferences = { module = "androidx.datastore:datastore-preferences", version = "1.2.0" }
4242
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
4343
detekt-compose-rules = { module = "io.nlopez.compose.rules:detekt", version = "0.5.3" }
44-
firebase-bom = { module = "com.google.firebase:firebase-bom", version = "34.7.0" }
44+
firebase-bom = { module = "com.google.firebase:firebase-bom", version = "34.8.0" }
4545
firebase-messaging = { module = "com.google.firebase:firebase-messaging" }
4646
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
4747
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
@@ -79,8 +79,8 @@ test-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-
7979
test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" }
8080
test-junit = { group = "junit", name = "junit", version = "4.13.2" }
8181
test-junit-ext = { module = "androidx.test.ext:junit", version = "1.3.0" }
82-
test-mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version = "6.1.0" }
83-
test-robolectric = { module = "org.robolectric:robolectric", version = "4.16" }
82+
test-mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version = "6.2.2" }
83+
test-robolectric = { module = "org.robolectric:robolectric", version = "4.16.1" }
8484
test-turbine = { group = "app.cash.turbine", name = "turbine", version = "1.2.1" }
8585
vss-client = { module = "com.synonym:vss-client-android", version = "0.4.0" }
8686
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version = "2.11.0" }

0 commit comments

Comments
 (0)