From 8d3225fd164ab8e71a330bbcd37fed718f723ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:56:42 +0200 Subject: [PATCH 1/2] Bump com.autonomousapps.dependency-analysis from 1.32.0 to 1.33.0 (#661) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gaëtan Muller --- build.gradle.kts | 7 ------- gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 299a8639e..111b29d94 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -93,13 +93,6 @@ dependencyAnalysis { } } - structure { - // Required because of https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/892 - bundle("kotlin-test") { - includeDependency(libs.kotlin.test) - } - } - project(":pillarbox-cast") { onUnusedDependencies { // This dependency is not used directly, but needed if we want to use the default Media3 cast receiver diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3c3e2a88d..cdb4154af 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidx-tv-foundation = "1.0.0-alpha10" androidx-tv-material = "1.0.0-beta01" coil = "2.7.0" comscore = "6.11.1" -dependency-analysis-gradle-plugin = "1.32.0" +dependency-analysis-gradle-plugin = "1.33.0" detekt = "1.23.6" dokka = "1.9.20" guava = "33.0.0-android" From 415a79d27a3f2abef4f6dc2062f54451f6e76145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:18:54 +0200 Subject: [PATCH 2/2] Bump the androidx group with 10 updates (#660) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gaëtan Muller --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cdb4154af..e2e9aa52c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] accompanist = "0.34.0" android-gradle-plugin = "8.5.1" -androidx-activity = "1.9.0" -androidx-annotation = "1.8.0" +androidx-activity = "1.9.1" +androidx-annotation = "1.8.1" androidx-compose = "2024.06.00" androidx-core = "1.13.1" androidx-fragment = "1.8.2" -androidx-lifecycle = "2.8.3" +androidx-lifecycle = "2.8.4" androidx-media3 = "1.4.0" androidx-navigation = "2.7.7" -androidx-paging = "3.3.0" +androidx-paging = "3.3.1" androidx-test-core = "1.6.1" androidx-test-ext-junit = "1.2.1" androidx-test-monitor = "1.7.1"