Skip to content

Commit 92e5e44

Browse files
authored
Update dependencies (#481)
1 parent 21b35c7 commit 92e5e44

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build-logic/plugins/src/main/java/ch/srgssr/pillarbox/gradle/internal/AppConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal object AppConfig {
1010
internal const val minSdk = 21
1111
internal const val targetSdk = 34
1212
internal const val compileSdk = 34
13-
internal const val androidXComposeCompiler = "1.5.10"
13+
internal const val androidXComposeCompiler = "1.5.11"
1414

1515
// When changing this value, don't forget to also update the Detekt config in the root `build.gradle.kts` file
1616
internal val javaVersion = JavaVersion.VERSION_17

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
accompanist = "0.34.0"
3-
android-gradle-plugin = "8.3.0"
3+
android-gradle-plugin = "8.3.1"
44
androidx-activity = "1.8.2"
55
androidx-annotation = "1.7.1"
6-
androidx-compose = "2024.02.02"
6+
androidx-compose = "2024.03.00"
77
androidx-core = "1.12.0"
88
androidx-fragment = "1.6.2"
99
androidx-leanback = "1.0.0"
@@ -20,11 +20,11 @@ androidx-tv = "1.0.0-alpha10"
2020
coil = "2.6.0"
2121
comscore = "6.10.0"
2222
dependency-analysis-gradle-plugin = "1.30.0"
23-
detekt = "1.23.5"
23+
detekt = "1.23.6"
2424
guava = "32.1.3-android"
2525
json = "20240303"
2626
junit = "4.13.2"
27-
kotlin = "1.9.22"
27+
kotlin = "1.9.23"
2828
kotlinx-coroutines = "1.8.0"
2929
kotlinx-kover = "0.7.6"
3030
kotlinx-serialization = "1.6.3"
@@ -33,9 +33,9 @@ mockk = "1.13.10"
3333
okhttp = "4.12.0"
3434
robolectric = "4.11.1"
3535
srg-data-provider = "0.8.2"
36-
tag-commander-core = "5.4.3"
37-
tag-commander-server-side = "5.5.2"
38-
turbine = "1.0.0"
36+
tag-commander-core = "5.4.4"
37+
tag-commander-server-side = "5.5.3"
38+
turbine = "1.1.0"
3939

4040
[libraries]
4141
accompanist-navigation-material = { module = "com.google.accompanist:accompanist-navigation-material", version.ref = "accompanist" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)