Skip to content

deps(deps): Bump dependency-analysis from 3.18.0 to 3.19.1 - #768

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/dependency-analysis-3.19.1
Open

deps(deps): Bump dependency-analysis from 3.18.0 to 3.19.1#768
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/dependency-analysis-3.19.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps dependency-analysis from 3.18.0 to 3.19.1.
Updates com.autonomousapps.build-health from 3.18.0 to 3.19.1

Release notes

Sourced from com.autonomousapps.build-health's releases.

3.19.1

  • [fix]: an 'analyzable class file' should have non-zero length.

3.19.0

  • [feat]: ':printDuplicateDependencies' will now store the console output in a file on disk.
  • [fix]: incorrect Android-variant configuration advice.
  • [fix]: merge binary classes from all jar artifacts when building map.
  • [fix]: track component identifiers as input to tasks that write them to output.
  • [fix]: handle mixed source sets better.
  • [fix]: make ArtifactsReportTask cacheable again.
  • [fix]: simplify kotlin-metadata-jvm runtime handling.
  • [refactor]: use non-deprecated API in KMP analysis.
  • [refactor]: add ExpensiveJar type to hold BinaryClasses, removing them from ExplodedJar.
  • [test]: add test to ensure cache correctness.
  • [maintenance]: build with (and test against) Gradle 9.7.1 and KGP 2.4.0.
  • [maintenance]: update (and test against) AGP 9.3.1.
  • [security]: (GH actions) add 'persist-credentials: false' and disable all permissions by default.
  • [docs]: update issue templates and add a PR template.
  • [docs]: add GH workflow for creating GH releases.
  • [chore]: do not skip metadata version check.
  • [chore]: enable feature preview: NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS.
  • [chore]: update dependency org.apache.groovy:groovy to v4.0.33.
  • [chore]: update dependency com.android.tools.metalava:metalava to v1.0.0-alpha15.
  • [chore]: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4.
  • [chore]: update dependency org.jspecify:jspecify to v1.0.1.
  • [chore]: update dependency org.junit:junit-bom to v5.14.4.
  • [chore]: update Develocity to latest.
  • [chore]: configure Renovate.
  • [chore]: add 'setup-testlens' action to CI workflow.
Changelog

Sourced from com.autonomousapps.build-health's changelog.

Version 3.19.1

  • [fix]: an 'analyzable class file' should have non-zero length.

Version 3.19.0

  • [feat]: ':printDuplicateDependencies' will now store the console output in a file on disk.
  • [fix]: incorrect Android-variant configuration advice.
  • [fix]: merge binary classes from all jar artifacts when building map.
  • [fix]: track component identifiers as input to tasks that write them to output.
  • [fix]: handle mixed source sets better.
  • [fix]: make ArtifactsReportTask cacheable again.
  • [fix]: simplify kotlin-metadata-jvm runtime handling.
  • [refactor]: use non-deprecated API in KMP analysis.
  • [refactor]: add ExpensiveJar type to hold BinaryClasses, removing them from ExplodedJar.
  • [test]: add test to ensure cache correctness.
  • [maintenance]: build with (and test against) Gradle 9.7.1 and KGP 2.4.0.
  • [maintenance]: update (and test against) AGP 9.3.1.
  • [security]: (GH actions) add 'persist-credentials: false' and disable all permissions by default.
  • [docs]: update issue templates and add a PR template.
  • [docs]: add GH workflow for creating GH releases.
  • [chore]: do not skip metadata version check.
  • [chore]: enable feature preview: NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS.
  • [chore]: update dependency org.apache.groovy:groovy to v4.0.33.
  • [chore]: update dependency com.android.tools.metalava:metalava to v1.0.0-alpha15.
  • [chore]: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4.
  • [chore]: update dependency org.jspecify:jspecify to v1.0.1.
  • [chore]: update dependency org.junit:junit-bom to v5.14.4.
  • [chore]: update Develocity to latest.
  • [chore]: configure Renovate.
  • [chore]: add 'setup-testlens' action to CI workflow.
Commits
  • 06d20da chore: prepare for release 3.19.1.
  • a064fe1 fix: an 'analyzable class file' should have non-zero length.
  • 8ca79e0 docs: revert manual trigger for release workflow (meaningless).
  • 08e45ca test: tell 'test' workflow to ignore changes to other workflow files.
  • 211ad21 docs: allow 'create-release' workflow to run manually.
  • 9773ae5 docs: fix GH 'create-release' action.
  • ab85666 chore: prepare next development version.
  • d8f37f7 chore: prepare for release 3.19.0.
  • 6d83153 chore(testkit-plugin): prepare next development version of testkit-plugin.
  • a05095b chore(testkit-plugin): prepare for testkit-plugin release 0.20.
  • Additional commits viewable in compare view

Updates com.autonomousapps:dependency-analysis-gradle-plugin from 3.18.0 to 3.19.1

Release notes

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

3.19.1

  • [fix]: an 'analyzable class file' should have non-zero length.

3.19.0

  • [feat]: ':printDuplicateDependencies' will now store the console output in a file on disk.
  • [fix]: incorrect Android-variant configuration advice.
  • [fix]: merge binary classes from all jar artifacts when building map.
  • [fix]: track component identifiers as input to tasks that write them to output.
  • [fix]: handle mixed source sets better.
  • [fix]: make ArtifactsReportTask cacheable again.
  • [fix]: simplify kotlin-metadata-jvm runtime handling.
  • [refactor]: use non-deprecated API in KMP analysis.
  • [refactor]: add ExpensiveJar type to hold BinaryClasses, removing them from ExplodedJar.
  • [test]: add test to ensure cache correctness.
  • [maintenance]: build with (and test against) Gradle 9.7.1 and KGP 2.4.0.
  • [maintenance]: update (and test against) AGP 9.3.1.
  • [security]: (GH actions) add 'persist-credentials: false' and disable all permissions by default.
  • [docs]: update issue templates and add a PR template.
  • [docs]: add GH workflow for creating GH releases.
  • [chore]: do not skip metadata version check.
  • [chore]: enable feature preview: NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS.
  • [chore]: update dependency org.apache.groovy:groovy to v4.0.33.
  • [chore]: update dependency com.android.tools.metalava:metalava to v1.0.0-alpha15.
  • [chore]: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4.
  • [chore]: update dependency org.jspecify:jspecify to v1.0.1.
  • [chore]: update dependency org.junit:junit-bom to v5.14.4.
  • [chore]: update Develocity to latest.
  • [chore]: configure Renovate.
  • [chore]: add 'setup-testlens' action to CI workflow.
Changelog

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

Version 3.19.1

  • [fix]: an 'analyzable class file' should have non-zero length.

Version 3.19.0

  • [feat]: ':printDuplicateDependencies' will now store the console output in a file on disk.
  • [fix]: incorrect Android-variant configuration advice.
  • [fix]: merge binary classes from all jar artifacts when building map.
  • [fix]: track component identifiers as input to tasks that write them to output.
  • [fix]: handle mixed source sets better.
  • [fix]: make ArtifactsReportTask cacheable again.
  • [fix]: simplify kotlin-metadata-jvm runtime handling.
  • [refactor]: use non-deprecated API in KMP analysis.
  • [refactor]: add ExpensiveJar type to hold BinaryClasses, removing them from ExplodedJar.
  • [test]: add test to ensure cache correctness.
  • [maintenance]: build with (and test against) Gradle 9.7.1 and KGP 2.4.0.
  • [maintenance]: update (and test against) AGP 9.3.1.
  • [security]: (GH actions) add 'persist-credentials: false' and disable all permissions by default.
  • [docs]: update issue templates and add a PR template.
  • [docs]: add GH workflow for creating GH releases.
  • [chore]: do not skip metadata version check.
  • [chore]: enable feature preview: NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS.
  • [chore]: update dependency org.apache.groovy:groovy to v4.0.33.
  • [chore]: update dependency com.android.tools.metalava:metalava to v1.0.0-alpha15.
  • [chore]: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4.
  • [chore]: update dependency org.jspecify:jspecify to v1.0.1.
  • [chore]: update dependency org.junit:junit-bom to v5.14.4.
  • [chore]: update Develocity to latest.
  • [chore]: configure Renovate.
  • [chore]: add 'setup-testlens' action to CI workflow.
Commits
  • 06d20da chore: prepare for release 3.19.1.
  • a064fe1 fix: an 'analyzable class file' should have non-zero length.
  • 8ca79e0 docs: revert manual trigger for release workflow (meaningless).
  • 08e45ca test: tell 'test' workflow to ignore changes to other workflow files.
  • 211ad21 docs: allow 'create-release' workflow to run manually.
  • 9773ae5 docs: fix GH 'create-release' action.
  • ab85666 chore: prepare next development version.
  • d8f37f7 chore: prepare for release 3.19.0.
  • 6d83153 chore(testkit-plugin): prepare next development version of testkit-plugin.
  • a05095b chore(testkit-plugin): prepare for testkit-plugin release 0.20.
  • Additional commits viewable in compare view

Updates com.autonomousapps.dependency-analysis from 3.18.0 to 3.19.1

Release notes

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

3.19.1

  • [fix]: an 'analyzable class file' should have non-zero length.

3.19.0

  • [feat]: ':printDuplicateDependencies' will now store the console output in a file on disk.
  • [fix]: incorrect Android-variant configuration advice.
  • [fix]: merge binary classes from all jar artifacts when building map.
  • [fix]: track component identifiers as input to tasks that write them to output.
  • [fix]: handle mixed source sets better.
  • [fix]: make ArtifactsReportTask cacheable again.
  • [fix]: simplify kotlin-metadata-jvm runtime handling.
  • [refactor]: use non-deprecated API in KMP analysis.
  • [refactor]: add ExpensiveJar type to hold BinaryClasses, removing them from ExplodedJar.
  • [test]: add test to ensure cache correctness.
  • [maintenance]: build with (and test against) Gradle 9.7.1 and KGP 2.4.0.
  • [maintenance]: update (and test against) AGP 9.3.1.
  • [security]: (GH actions) add 'persist-credentials: false' and disable all permissions by default.
  • [docs]: update issue templates and add a PR template.
  • [docs]: add GH workflow for creating GH releases.
  • [chore]: do not skip metadata version check.
  • [chore]: enable feature preview: NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS.
  • [chore]: update dependency org.apache.groovy:groovy to v4.0.33.
  • [chore]: update dependency com.android.tools.metalava:metalava to v1.0.0-alpha15.
  • [chore]: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4.
  • [chore]: update dependency org.jspecify:jspecify to v1.0.1.
  • [chore]: update dependency org.junit:junit-bom to v5.14.4.
  • [chore]: update Develocity to latest.
  • [chore]: configure Renovate.
  • [chore]: add 'setup-testlens' action to CI workflow.
Changelog

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

Version 3.19.1

  • [fix]: an 'analyzable class file' should have non-zero length.

Version 3.19.0

  • [feat]: ':printDuplicateDependencies' will now store the console output in a file on disk.
  • [fix]: incorrect Android-variant configuration advice.
  • [fix]: merge binary classes from all jar artifacts when building map.
  • [fix]: track component identifiers as input to tasks that write them to output.
  • [fix]: handle mixed source sets better.
  • [fix]: make ArtifactsReportTask cacheable again.
  • [fix]: simplify kotlin-metadata-jvm runtime handling.
  • [refactor]: use non-deprecated API in KMP analysis.
  • [refactor]: add ExpensiveJar type to hold BinaryClasses, removing them from ExplodedJar.
  • [test]: add test to ensure cache correctness.
  • [maintenance]: build with (and test against) Gradle 9.7.1 and KGP 2.4.0.
  • [maintenance]: update (and test against) AGP 9.3.1.
  • [security]: (GH actions) add 'persist-credentials: false' and disable all permissions by default.
  • [docs]: update issue templates and add a PR template.
  • [docs]: add GH workflow for creating GH releases.
  • [chore]: do not skip metadata version check.
  • [chore]: enable feature preview: NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS.
  • [chore]: update dependency org.apache.groovy:groovy to v4.0.33.
  • [chore]: update dependency com.android.tools.metalava:metalava to v1.0.0-alpha15.
  • [chore]: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4.
  • [chore]: update dependency org.jspecify:jspecify to v1.0.1.
  • [chore]: update dependency org.junit:junit-bom to v5.14.4.
  • [chore]: update Develocity to latest.
  • [chore]: configure Renovate.
  • [chore]: add 'setup-testlens' action to CI workflow.
Commits
  • 06d20da chore: prepare for release 3.19.1.
  • a064fe1 fix: an 'analyzable class file' should have non-zero length.
  • 8ca79e0 docs: revert manual trigger for release workflow (meaningless).
  • 08e45ca test: tell 'test' workflow to ignore changes to other workflow files.
  • 211ad21 docs: allow 'create-release' workflow to run manually.
  • 9773ae5 docs: fix GH 'create-release' action.
  • ab85666 chore: prepare next development version.
  • d8f37f7 chore: prepare for release 3.19.0.
  • 6d83153 chore(testkit-plugin): prepare next development version of testkit-plugin.
  • a05095b chore(testkit-plugin): prepare for testkit-plugin release 0.20.
  • Additional commits viewable in compare view

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)

Bumps `dependency-analysis` from 3.18.0 to 3.19.1.

Updates `com.autonomousapps.build-health` from 3.18.0 to 3.19.1
- [Release notes](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/releases)
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.18.0...v3.19.1)

Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.18.0 to 3.19.1
- [Release notes](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/releases)
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.18.0...v3.19.1)

Updates `com.autonomousapps.dependency-analysis` from 3.18.0 to 3.19.1
- [Release notes](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/releases)
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.18.0...v3.19.1)

---
updated-dependencies:
- dependency-name: com.autonomousapps.build-health
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.autonomousapps.dependency-analysis
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.2.0
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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.

0 participants