Skip to content

Commit 68bf78e

Browse files
author
Ian Bird
committed
[Dependencies] Update dependencies (19th Feb 2025)
1 parent 055f14c commit 68bf78e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

gradle/libs.versions.toml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
agp = "8.7.3"
3-
kotlin = "2.1.0"
2+
agp = "8.8.1"
3+
kotlin = "2.1.10"
44
core-ktx = "1.15.0"
55
junit = "4.13.2"
66
appcompat = "1.7.0"
7-
coroutines-version = "1.9.0"
8-
compose = "1.9.3"
9-
compose-bom = "2024.12.01"
10-
compose-tooling = "1.7.6"
7+
coroutines-version = "1.10.1"
8+
compose = "1.10.0"
9+
compose-bom = "2025.02.00"
10+
compose-tooling = "1.7.8"
1111
gma = "23.6.0"
1212
ima = "3.36.0"
13-
mockkVersion = "1.13.13"
13+
mockkVersion = "1.13.16"
1414
prebid = "2.2.1"
1515

1616
[libraries]
1717
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
18-
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version = "1.9.0" }
18+
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines-version" }
1919
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
2020
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.8.7" }
2121

@@ -25,8 +25,8 @@ compose-activity = { group = "androidx.activity", name = "activity-compose", ver
2525
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose-tooling" }
2626
compose-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose-tooling" }
2727
compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "compose-tooling"}
28-
compose-material = { group = "androidx.compose.material", name = "material", version = "1.7.6" }
29-
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version = "1.7.6" }
28+
compose-material = { group = "androidx.compose.material", name = "material", version = "1.7.8" }
29+
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version = "1.7.8" }
3030

3131
# OkHttp
3232
okhttp-core = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }
@@ -38,15 +38,15 @@ androidx-multidex = { group = "androidx.multidex", name = "multidex", version =
3838
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.0" }
3939
androidx-media = { group = "androidx.media", name = "media", version = "1.7.0" }
4040
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.8.0" }
41-
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version = "1.9.3" }
41+
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version = "1.10.0" }
4242

4343
# Prebid
4444
prebid = { group = "org.prebid", name = "prebid-mobile-sdk", version.ref = "prebid" }
4545

4646
# Testing
4747
junit = { group = "junit", name = "junit", version.ref = "junit" }
4848
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines-version" }
49-
json = { group = "org.json", name = "json", version = "20240303" }
49+
json = { group = "org.json", name = "json", version = "20250107" }
5050
mockk-android = { group = "io.mockk", name = "mockk-android", version.ref = "mockkVersion" }
5151
mockk-agent = { group = "io.mockk", name = "mockk-agent", version.ref = "mockkVersion" }
5252

@@ -55,6 +55,6 @@ androidApplication = { id = "com.android.application", version.ref = "agp" }
5555
androidLibrary = { id = "com.android.library", version.ref = "agp" }
5656
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5757
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
58-
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
59-
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
60-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
58+
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
59+
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
60+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)