Skip to content

Commit 41df81a

Browse files
committed
Update all other dependencies
1 parent f13118a commit 41df81a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

gradle/libs.versions.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[versions]
2-
accompanist-systemuicontroller = "0.30.1"
2+
accompanist-systemuicontroller = "0.34.0"
33
activity-compose = "1.8.2"
44
android-gradle = "8.2.2"
55
androidx-junit = "1.1.5"
6-
coil = "2.4.0"
7-
compose-bom = "2024.02.00"
6+
coil = "2.6.0"
7+
compose-bom = "2024.02.02"
88
compose-lint-checks = "1.3.1"
99
core-ktx = "1.12.0"
1010
core-splashscreen = "1.0.1"
1111
core-testing = "2.2.0"
1212
datastore = "1.0.0"
13-
hilt-android = "2.48.1"
13+
hilt-android = "2.51"
1414
hilt-compiler = "1.2.0"
1515
hilt-navigation-compose = "1.2.0"
1616
junit = "4.13.2"
1717
kotlin = "1.9.22"
18-
kotlinx-collections-immutable = "0.3.6"
19-
kotlinx-coroutines = "1.7.3"
20-
kotlinx-serialization-json = "1.5.0"
18+
kotlinx-collections-immutable = "0.3.7"
19+
kotlinx-coroutines = "1.8.0"
20+
kotlinx-serialization-json = "1.6.3"
2121
ksp = "1.9.22-1.0.17"
2222
lifecycle = "2.7.0"
2323
lifecycle-runtime-compose = "2.7.0"
24-
mockk = "1.13.8"
24+
mockk = "1.13.10"
2525
navigation-compose = "2.7.7"
26-
okhttp = "4.11.0"
26+
okhttp = "4.12.0"
2727
retrofit = "2.9.0"
2828
room = "2.6.1"
2929
rules = "1.5.0"
3030
runner = "1.5.2"
3131
timber = "5.0.1"
32-
truth = "1.1.5"
33-
ui-test-junit4 = "1.6.2"
34-
ui-tooling-preview-android = "1.6.2"
32+
truth = "1.4.2"
33+
ui-test-junit4 = "1.6.3"
34+
ui-tooling-preview-android = "1.6.3"
3535

3636
[libraries]
3737
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist-systemuicontroller" }

0 commit comments

Comments
 (0)