Update plugin com.autonomousapps.dependency-analysis to v2.7.0 #83

Merged
bot merged 1 commits from renovate/com.autonomousapps.dependency-analysis-2.x into main 2025-01-12 02:02:09 +01:00
Member

This PR contains the following updates:

Package Type Update Change
com.autonomousapps.dependency-analysis plugin minor 2.6.1 -> 2.7.0

Release Notes

autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)

v2.7.0

  • [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")
      }
    }
  }
}

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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=-->
bot added 1 commit 2025-01-12 02:02:08 +01:00
bot scheduled this pull request to auto merge when all checks succeed 2025-01-12 02:02:09 +01:00
bot merged commit 83e2cf733e into main 2025-01-12 02:02:09 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: helcel/keepass-fidelity#83
No description provided.