From f829dd3d6b962015cc15a3e5d624300f18b309ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:04:35 +0000 Subject: [PATCH] Bump com.autonomousapps.dependency-analysis from 2.16.0 to 2.17.0 Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 2.16.0 to 2.17.0. - [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: com.autonomousapps.dependency-analysis dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 426e244a..a712cfac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ agp = "8.9.2" androidbrowserhelper = "2.6.0" androidDocumentationPlugin = "2.0.0" browser = "1.8.0" -dependencyAnalysis = "2.16.0" +dependencyAnalysis = "2.17.0" annotation = "1.9.1" composeBom = "2025.04.01" coreKtx = "1.16.0"