Skip to content

Commit

Permalink
Update dependency com.autonomousapps.dependency-analysis to v1.13.0 (#…
Browse files Browse the repository at this point in the history
…566)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.autonomousapps.dependency-analysis](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `1.12.0` -> `1.13.0` | [![age](https://badges.renovateapi.com/packages/maven/com.autonomousapps.dependency-analysis/1.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.autonomousapps.dependency-analysis/1.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.autonomousapps.dependency-analysis/1.13.0/compatibility-slim/1.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.autonomousapps.dependency-analysis/1.13.0/confidence-slim/1.12.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin</summary>

### [`v1.13.0`](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-1130)

-   \[New] `./gradlew printDuplicateDependencies` will generate a report and print to console all external dependencies in
    the build for which various subprojects resolve varying versions. This is an indication that your build might benefit
    from a platform.
-   \[New] `fixDependencies` task now supports the `--upgrade` flag, which triggers it to only "upgrade" dependencies (from
    `implementation` to `api`, and to add used transitives that aren't yet declared). Use it like:
    `./gradlew :module:fixDependencies --upgrade`.
-   \[Fixed] Consider ModuleAdvice to be empty if none of it is actionable.
-   Various improvements to Groovy Gradle build script grammar.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Never, 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/RBusarow/Dispatch).



PR-URL: #566
  • Loading branch information
renovate[bot] committed Aug 23, 2022
1 parent a69260c commit 1538cce
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 @@ -4,7 +4,7 @@ anvil = "2.4.0"
benManes = "0.42.0"
changeTracker = "0.7.3"
coil = "2.2.0"
dependencyAnalysis = "1.12.0"
dependencyAnalysis = "1.13.0"
dispatch = "1.0.0-beta10"
detekt = "1.21.0"
dokka = "1.7.10"
Expand Down

0 comments on commit 1538cce

Please sign in to comment.