[Feat]: can set severity and filter duplicate class warnings.
[Feat]: don't recommend removing implementation dependency on necessary superclass.
[Chore]: use non-deprecated method when available.
[Chore]: update various dependencies, including antlr.
New DSL option for configuring duplicate class warnings:
// root build.gradle[.kts]
dependencyAnalysis{issues{all{onDuplicateClassWarnings{severity(<"fail"|"warn"|"ignore">)// Fully-qualified class reference to exclude, slash- or dot-delimited
exclude("org/jetbrains/annotations/NotNull","org.jetbrains.annotations.Nullable")}}}}
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | minor | `2.6.1` -> `2.7.0` |
---
### Release Notes
<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary>
### [`v2.7.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-270)
- \[Feat]: can set severity and filter duplicate class warnings.
- \[Feat]: don't recommend removing implementation dependency on necessary superclass.
- \[Chore]: use non-deprecated method when available.
- \[Chore]: update various dependencies, including antlr.
New DSL option for configuring duplicate class warnings:
```groovy
// root build.gradle[.kts]
dependencyAnalysis {
issues {
all {
onDuplicateClassWarnings {
severity(<"fail"|"warn"|"ignore">)
// Fully-qualified class reference to exclude, slash- or dot-delimited
exclude("org/jetbrains/annotations/NotNull", "org.jetbrains.annotations.Nullable")
}
}
}
}
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 **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 this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41Ny4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.6.1->2.7.0Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)
v2.7.0New DSL option for configuring duplicate class warnings:
Configuration
📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 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 this update again.
This PR has been generated by Renovate Bot.