Skip to content

Commit

Permalink
chore(deps): Bump com.autonomousapps.dependency-analysis from 1.32.0 …
Browse files Browse the repository at this point in the history
…to 1.33.0 (#4)

Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 1.32.0 to 1.33.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md">com.autonomousapps.dependency-analysis's changelog</a>.</em></p>
<blockquote>
<h1>Version 1.33.0</h1>
<ul>
<li>[Feat] Bundle kotlin-test to avoid false-positives.</li>
<li>[Fix] Merge dependency usages by identifier, not gav.</li>
<li>[Fix] Publish graph-support v0.3, fixing broken metadata.</li>
<li>[Fix] Improve performance of usesResByRes.</li>
<li>[Fix] Sort output of findDeclarations.</li>
<li>[Fix] Sort output of graphView tasks.</li>
<li>[Fix] Handle constant pool tag 17 (CONSTANT_DYNAMIC).</li>
<li>[Chore] Update latest stable AGP version to 8.5.1.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/952621b6b82eca3646b955cb3338741b7413ec16"><code>952621b</code></a> Prepare for release 1.33.0.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/2f4968a516092b8519c9c5afccd22674c32dc714"><code>2f4968a</code></a> docs: add graph-support docs.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/afa9cea96a9c7cd2d4b5bda3c5ca05ca7b240cc7"><code>afa9cea</code></a> Prepare for graph-support release 0.3.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/d03e72baf5dd9cc3ea7241c690156fe478f29ce8"><code>d03e72b</code></a> fix: merge dependency usages by identifier, not gav.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/a275540dd952a24281d4df4a9e3c5bff66183d0e"><code>a275540</code></a> fix: use module, not full coordinates.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/0d76155cc3a2137cfb9fe45463bc56ff6c3ec385"><code>0d76155</code></a> build: use setup-gradle prerelease/v4.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/9c738fc6e130887029740340eb5eff8c9fd28760"><code>9c738fc</code></a> fix: improve performance of usesResByRes.</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/b67484ee120a62f7448ed2c207b46882f6f26124"><code>b67484e</code></a> Bundle kotlin-test to avoid false-positives</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/ed3494e1da147fc99021dc6874f46e08fad5e361"><code>ed3494e</code></a> Sort output of findDeclarations</li>
<li><a href="https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/34eaa01d2f89c2cbd48c48f9fa1c55dd5fccd4f4"><code>34eaa01</code></a> Sort output of graphView tasks</li>
<li>Additional commits viewable in <a href="https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/compare/v1.32.0...v1.33.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.autonomousapps.dependency-analysis&package-manager=gradle&previous-version=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 3b561b8 commit 7dff682
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 @@ -36,4 +36,4 @@ pluginz-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version = "1.32.0" }
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version = "1.33.0" }

0 comments on commit 7dff682

Please sign in to comment.