From 160b94f021c12429c298ed8e9af84256ce6a93b0 Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:35:47 +0200 Subject: [PATCH] chore(deps): update plugin dependency-analysis to v2.2.0 (#1250) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 338f5ba38..2add8cd4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -124,7 +124,7 @@ android-library = { id = "com.android.library", version.ref = "google-android" } build-config = "com.github.gmazzo.buildconfig:5.5.0" cash-sqldelight = { id = "app.cash.sqldelight", version.ref = "cash-sqldelight" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "jetbrains-kotlin" } -dependency-analysis = "com.autonomousapps.dependency-analysis:2.1.4" +dependency-analysis = "com.autonomousapps.dependency-analysis:2.2.0" detekt = "io.gitlab.arturbosch.detekt:1.23.7" google-services = { id = "com.google.gms.google-services", version.ref = "google-services" } gradle-doctor = "com.osacky.doctor:0.10.0"