Skip to content

Commit

Permalink
Update dependencyAnalysisPlugin to v1.30.0 (#742)
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://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | minor | `1.29.0` -> `1.30.0` |
|
[com.autonomousapps:dependency-analysis-gradle-plugin](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| dependencies | minor | `1.29.0` -> `1.30.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

- \[Fix] Don't pass in android res (incl layouts) to
XmlSourceExploderTask.
- \[Fix] Use AGP-blessed API for getting compiled class files instead of
bundleTask.
- \[Fix] Use AGP's `variant.artifacts` instead of `tasks.named` for
accessing class files.
-   \[Fix] Move Android project configuration outside of afterEvaluate.
- \[Fix] Bump gradle-script-grammar to v0.3 (improving `fixDependencies`
results).
- \[Fix] Reason was failing to give correct results for project
dependencies.
- \[Fix] Handle disjoint classpaths. (main source and test source might
have different versions on the same dependency.)
-   \[Chore] Use `java.util.Objects` instead of Guava for hashing.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
slack-oss-bot authored Feb 16, 2024
1 parent 9b2f4d1 commit 5c3520a
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 @@ -5,7 +5,7 @@ anvil = "2.4.9-1-8"
bugsnagGradle = "8.1.0"
compose-jb = "1.5.12"
coroutines = "1.7.3"
dependencyAnalysisPlugin = "1.29.0"
dependencyAnalysisPlugin = "1.30.0"
detekt = "1.23.5"
dokka = "1.9.10"
errorproneGradle = "3.0.1"
Expand Down

0 comments on commit 5c3520a

Please sign in to comment.