Skip to content

Commit 9460bc9

Browse files
authored
Upgrade dependencies 2025-06-16 (#123)
1 parent fe69c72 commit 9460bc9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
[versions]
22
agp = "8.10.1"
3-
kotlin = "2.1.10"
4-
core-ktx = "1.15.0"
3+
kotlin = "2.1.21"
4+
core-ktx = "1.16.0"
55
junit = "4.13.2"
6-
appcompat = "1.7.0"
7-
coroutines-version = "1.10.1"
6+
appcompat = "1.7.1"
7+
coroutines-version = "1.10.2"
88
compose = "1.10.1"
9-
compose-bom = "2025.03.00"
10-
compose-tooling = "1.7.8"
11-
gma = "24.1.0"
9+
compose-bom = "2025.06.00"
10+
compose-tooling = "1.8.2"
11+
gma = "24.4.0"
1212
ima = "3.36.0"
13-
mockkVersion = "1.13.17"
13+
mockkVersion = "1.14.2"
1414
prebid = "2.2.1"
1515
ktlint = "1.0.1"
1616

1717
[libraries]
1818
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
1919
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines-version" }
2020
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
21-
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.8.7" }
21+
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.9.1" }
2222

2323
# Compose
2424
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
2525
compose-activity = { group = "androidx.activity", name = "activity-compose", version.ref = "compose" }
2626
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose-tooling" }
2727
compose-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose-tooling" }
28-
compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "compose-tooling"}
29-
compose-material = { group = "androidx.compose.material", name = "material", version = "1.7.8" }
28+
compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "compose-tooling" }
29+
compose-material = { group = "androidx.compose.material", name = "material", version = "1.8.2" }
3030
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version = "1.7.8" }
3131

3232
# OkHttp
@@ -47,7 +47,7 @@ prebid = { group = "org.prebid", name = "prebid-mobile-sdk", version.ref = "preb
4747
# Testing
4848
junit = { group = "junit", name = "junit", version.ref = "junit" }
4949
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines-version" }
50-
json = { group = "org.json", name = "json", version = "20250107" }
50+
json = { group = "org.json", name = "json", version = "20250517" }
5151
mockk-android = { group = "io.mockk", name = "mockk-android", version.ref = "mockkVersion" }
5252
mockk-agent = { group = "io.mockk", name = "mockk-agent", version.ref = "mockkVersion" }
5353

@@ -56,6 +56,6 @@ androidApplication = { id = "com.android.application", version.ref = "agp" }
5656
androidLibrary = { id = "com.android.library", version.ref = "agp" }
5757
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5858
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
59-
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
59+
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
6060
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
61-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
61+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.32.0" }

0 commit comments

Comments
 (0)