Skip to content

Commit

Permalink
Update dependencyAnalysisPlugin to v2.8.0 (#1195)
Browse files Browse the repository at this point in the history
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

<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin
(com.autonomousapps.dependency-analysis)</summary>

###
[`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.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Jan 30, 2025
1 parent 6bb0641 commit b5c40a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5c40a1

Please sign in to comment.