Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps com.autonomousapps:dependency-analysis-gradle-plugin from 2.19.0 to 3.0.0.

Changelog

Sourced from com.autonomousapps:dependency-analysis-gradle-plugin's changelog.

Version 3.0.0

  • [Build] now building with Gradle 9.0.0.

  • [Breaking] minimum supported version of Gradle is now 8.1.1.

  • [Breaking]: annotations and their parameter classes are always considered compileOnly.

    Annotations for which the class file is not present are treated like being non-existent by the JVM. If someone wants to consume an annotation via reflection, they are responsible for providing the class file at runtime, so from the annotating project's view, annotations are always compileOnly. The same is true for classes and enums used as annotation arguments. The only exception is a class literal as argument that is coming from a different artifact than the annotation, such as a JUnit 4 runner implementation; those are considered implementation.

  • [Feat]: Add type-safe accessor support for fixDependencies task.

  • [Feat]: report excluded dependencies as unused.

  • [Feat]: add coordinates identifier in the error message for invalid change.

  • [Feat]: moving internal.artifacts package to new module, com.autonomousapps:variant-artifacts.

  • [Feat]: detect and report all Android resource references in Manifest files.

  • [Fix]: detect constants more consistently including from e.g. inner classes.

  • [Fix]: Move useTypesafeProjectAccessors to global dsl service.

  • [Fix]: reason works on included builds.

  • [Fix]: recognize test fixtures not only in Android libraries, but in Android app modules, too.

  • [Fix]: use Android flavors more consistently in advice.

  • [Chore]: update guava to 33.4.8-jre.

  • [Chore]: update AGP to the latest stable version, 8.12.0, and test against 8.13.0-alpha03.

  • [Chore]: add API-tracking tasks using metalava. Adopt semantic versioning.

Commits
  • ba05174 chore: prepare for release 3.0.0.
  • aabf202 chore(testkit): prepare next development version of testkit-plugin.
  • 9240dcd chore(testkit): prepare for testkit-plugin release 0.15.
  • a5547fc chore(testkit): prepare next development version of testkit-support.
  • 205b48f chore(testkit): prepare for testkit-support release 0.19.
  • e9078eb chore(graph-support): prepare for graph-support release 0.7.
  • 5c26c9e feat!: update to Gradle 9.0.0. Use Kotlin 2.2.10. Fix many related issues.
  • 686e420 feat(graph-support): prep for Gradle 9. Constrain type to non-null.
  • 0afaae0 feat(testkit): prep testkit for Gradle 9. Add onPlatform() and onEnforcedPlat...
  • 3460b59 feat: Add type-safe accessor support for fixDependencies task (#1522)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 2.19.0 to 3.0.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v2.19.0...v3.0.0)

---
updated-dependencies:
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

trag-bot bot commented Aug 26, 2025

@trag-bot didn't find any issues in the code! ✅✨

@koppor koppor enabled auto-merge August 26, 2025 03:55
@koppor koppor added this pull request to the merge queue Aug 26, 2025
Merged via the queue into main with commit 475cefd Aug 26, 2025
2 checks passed
@koppor koppor deleted the dependabot/gradle/build-logic/com.autonomousapps-dependency-analysis-gradle-plugin-3.0.0 branch August 26, 2025 04:29
Siedlerchr added a commit that referenced this pull request Sep 8, 2025
* upstream/main: (32 commits)
  Fix path (#13769)
  Mode aware consistency check (#13584)
  Refine JBang check (#13765)
  Add Language Server to the UI and add the integrity/consistency check (#13697)
  Fix/remove comment code (#13763)
  New Crowdin updates (#13760)
  Bump org.openrewrite.rewrite from 7.14.0 to 7.14.1 (#13757)
  Bump com.autonomousapps:dependency-analysis-gradle-plugin (#13756)
  Bump dev.langchain4j:langchain4j-bom from 1.2.0 to 1.3.0 in /versions (#13755)
  Bump jablib/src/main/resources/csl-locales from `fa56de1` to `e29c453` (#13754)
  Bump com.autonomousapps:dependency-analysis-gradle-plugin (#13753)
  Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 in /versions (#13752)
  Bump actions/upload-pages-artifact from 3 to 4 (#13751)
  Migrate fetchers to Search.g4 ANTLR parser. (#13691)
  [Junie]: fix: resolve IllegalArgumentException for non-absolute URIs (#13669)
  Add auto-renaming of linked files on entry data change (#13295)
  Walkthrough additions (#13745)
  Switch from zulu to corretto (#13749)
  New Crowdin updates (#13747)
  Fix copy to (#13741)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants