From b5c40a1664a452cb6c2ac45c518f0562804bafde Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:43:59 -0800 Subject: [PATCH] Update dependencyAnalysisPlugin to v2.8.0 (#1195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.autonomousapps.dependency-analysis](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | minor | `2.7.0` -> `2.8.0` | | [com.autonomousapps:dependency-analysis-gradle-plugin](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | dependencies | minor | `2.7.0` -> `2.8.0` | --- ### Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis) ### [`v2.8.0`](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-280) - \[Feat]: support reasoning about multiple pieces of advice. - \[Fix]: compute/printDuplicateDependencies works even when not all projects apply this plugin. - \[Fix]: do not filter out advice to add to testImplementation if there is conflicting advice to downgrade from implementation. - \[Fix]: compileOnly dependencies are not visible to the test compile classpath. - \[Build]: use Gradle 8.12.1 - \[Chore]: update to AGP 8.8.0 - \[Refactor]: use `DependencyHandler.project()` instead of `Project.project()`. - \[Test]: only run functionalTest against latest combination of AGP and Gradle. - \[Test]: don't forward stdout on CI.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- 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 d0c1e5bc8..3df07a375 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ compose-jb-stable = "1.7.3" coroutines = "1.10.1" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#coroutinesLibraries coroutines-ij = "1.10.1" -dependencyAnalysisPlugin = "2.7.0" +dependencyAnalysisPlugin = "2.8.0" detekt = "1.23.7" dokka = "2.0.0" errorproneGradle = "4.1.0"