Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps com.autonomousapps.dependency-analysis from 2.17.0 to 3.1.0.

Changelog

Sourced from com.autonomousapps.dependency-analysis's changelog.

Version 3.1.0

  • [Fix] Updated asm to 9.9 (and use latest asm-relocated) for Java 25 support.
  • [Fix]: Test fixtures in a Spring Boot project are allowed to have testFixturesApi dependencies.
  • [Test]: run tests against Gradle 9.1.0.

Version 3.0.4

  • [Fix] Remove auto-applied kotlin-stdlib for Gradle 8.11 support.

Version 3.0.3

  • [Fix]: compare versions via VersionNumber, not raw strings.
  • [Fix] Forcibly downgrade kotlin-stdlib to 2.0.21 for Gradle 8.11 support.

Version 3.0.2

  • [Fix] Downgrade Kotlin to 2.0.21 for Gradle 8.11 support.
  • [Fix]: min AGP version is 8.4.2.
  • [Fix]: Remove kotlin-dsl plugin usage.
  • [Fix]: correctly react to new/deleted/renamed files in Android projects.
  • [Fix]: resource ref problem (#1525).
  • [Chore]: update to AGP 8.13 stable.
  • [Chore]: use gradle plugin publishing plugin 2.0.0.

Version 3.0.1

  • [Fix] set apiVersion and languageVersion to 2.0 for Gradle 8.11 support.

Version 3.0.0

  • [Build] now building with Gradle 9.0.0.

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

  • [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.

Version 2.19.0

... (truncated)

Commits
  • 0117c34 chore: prepare for release 3.1.0.
  • b5cb438 fix: use latest version of asm-relocated, for Java 25 support.
  • d274580 fix(asm-relocated): update asm to 9.9 for Java 25 support.
  • ebf5cf2 fix: Test fixtures in a Spring Boot project are not allowed to have testFixtu...
  • eadc852 test: run tests against Gradle 9.1.0.
  • dbc8d7d chore: prepare next development version.
  • 404aef3 chore: prepare for release 3.0.4.
  • 611bf2a chore(variant-artifacts): prepare for variant-artifacts release 0.3.3.
  • cfab379 chore(graph-support): prepare for graph-support release 0.8.3.
  • b24ee21 fix: remove kotlin-stdlib as default dep to ensure correct version.
  • 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 will merge this PR once CI passes on it, as requested by @SessionHero01.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 13, 2025
Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 2.17.0 to 3.1.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v2.17.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/com.autonomousapps.dependency-analysis-3.1.0 branch from 5bb7fab to 3b27a96 Compare October 13, 2025 23:10
Copy link
Collaborator

@SessionHero01 SessionHero01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit 479a281 into dev Oct 13, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev/com.autonomousapps.dependency-analysis-3.1.0 branch October 13, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants