Skip to content

chore(deps): bump com.autonomousapps.dependency-analysis from 3.4.1 to 3.14.1 - #926

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.autonomousapps.dependency-analysis-3.14.1
Closed

chore(deps): bump com.autonomousapps.dependency-analysis from 3.4.1 to 3.14.1#926
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.autonomousapps.dependency-analysis-3.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps com.autonomousapps.dependency-analysis from 3.4.1 to 3.14.1.

Changelog

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

Version 3.14.1

  • [fix]: resolve performance issue with computeTypeUsage.
  • [fix]: JarExploder should ignore some MRJar content.

Version 3.14.0

  • [feat]: new ':publicTypeUsage' task.
  • [fix]: AndroidScore should ignore class files when testing if a project has source splits.

Version 3.13.0

  • [feat]: new computeTypeUsage<variant> task generates usage report.
  • [fix]: when computing actual usages, actually look at the runtime graph.
  • [refactor]: use Graphs wrapper instead of Guava directly.

Version 3.12.2

  • [fix]: The new "exceptions are special" (in v3.12.0) handling was over-eager and flagging things that only referenced exceptions. We only want to flag things that provide the exception types.
  • [fix]: MutableSet<Usage>.simplify(visibility, bucket) in StandardTransform wasn't properly handling the case when a usage was visible on both compile and runtime classpaths. In such a case, we can filter out all usages.
  • [fix]: reason output said "implies implementation" when it should have been "implies runtimeOnly" in the android lint jar case.

Version 3.12.1

  • [fix]: don't suggest non-existent Android unit test variant in advice.

Version 3.12.0

  • [feat]: exceptions are special. Exceptions get verified early by the JVM and so if a dependency is missing an exception's type from the runtime classpath, that can cause failures in the consumer at runtime.

Version 3.11.0

  • [fix]: when following a bundle rule, don't drop api dependencies.

Version 3.10.0

  • [feat]: Gradle plugin markers are the preferred way to depend on a plugin.
  • [feat]: Gradle plugin markers are part of an implicit bundle.
  • [fix]: handle dependencies blocks that have a single line.
  • [docs]: add 'partial analysis' section to readme.

Version 3.9.0

  • (Reverted) Compiled against Kotlin 2.3.20. Compiling against Kotlin 2.2.21 again, with language level 2.2.

Version 3.8.0

  • [feat]: record lambda in binaryClassAccesses.
  • [feat]: support analysis of a Gradle version catalog dependency.
  • [feat]: remove unused 'file' property.
  • Compiled against Kotlin 2.3.20.

Version 3.7.0

  • [feat]: Expose useParenthesesForGroovy configuration for Groovy DSL syntax control.
  • [fix]: fix regex for excluding all *Generated annotations.
  • [fix]: don't attempt to suggest upgrading an undeclared 'parent' dependency of a KMP dependency.

... (truncated)

Commits
  • 02928b8 chore: prepare for release 3.14.1.
  • 4aabf00 docs: updated contributing guide.
  • 0220175 chore: upload functionalTest fixtures if jvm functional test fails.
  • 05c8ae0 fix: resolve performance issue with computeTypeUsage.
  • 2779873 fix: JarExploder should ignore some MRJar content
  • 1e52c69 chore: prepare next development version.
  • 7a6e010 chore: prepare for release 3.14.0.
  • 5710b0d docs: add new blog post to list.
  • 7afed2b feat: new ':publicTypeUsage' task.
  • cd478ea refactor: remove unused input and get buildPath just once rather than many ti...
  • 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 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 Jun 2, 2026
Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 3.4.1 to 3.14.1.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.4.1...v3.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@kikoso
kikoso force-pushed the dependabot/gradle/com.autonomousapps.dependency-analysis-3.14.1 branch from 423e0b5 to 7b194eb Compare August 6, 2026 16:32
@kikoso kikoso closed this Aug 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/gradle/com.autonomousapps.dependency-analysis-3.14.1 branch August 6, 2026 16:35
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