Skip to content

Commit bdab5f6

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------------------ | ------ | ------ | | maven | io.mockk:mockk | 1.14.4 | 1.14.5 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.9.1 | 2.9.2 | | maven | androidx.lifecycle:lifecycle-common-java8 | 2.9.1 | 2.9.2 |
1 parent 3ddfe7b commit bdab5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android-target = "35"
66
androidx-appcompat = "1.7.1"
77
androidx-constraintlayout = "2.2.1"
88
androidx-core-ktx = "1.16.0"
9-
androidx-lifecycle = "2.9.1"
9+
androidx-lifecycle = "2.9.2"
1010
androidx-material = "1.12.0"
1111
androidx-recyclerview = "1.4.0"
1212
androidx-startup = "1.2.0"
@@ -29,7 +29,7 @@ kotlin = "2.2.0"
2929
kotlinx-coroutines = "1.10.2"
3030
kotlinx-kover = "0.9.1"
3131
ktlint = "1.0.0"
32-
mockk = "1.14.4"
32+
mockk = "1.14.5"
3333
poko = "0.19.1"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "4.12.0"

0 commit comments

Comments
 (0)