Skip to content

Bump com.autonomousapps.dependency-analysis from 3.5.1 to 3.6.1#15586

Open
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/gradle/com.autonomousapps.dependency-analysis-3.6.1
Open

Bump com.autonomousapps.dependency-analysis from 3.5.1 to 3.6.1#15586
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/gradle/com.autonomousapps.dependency-analysis-3.6.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps com.autonomousapps.dependency-analysis from 3.5.1 to 3.6.1.

Changelog

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

Version 3.6.1

  • [Fix]: use compilation.disambiguatedName for crafting the task suffix.

Version 3.6.0

  • [Breaking]: min version of Android Gradle Plugin (AGP) is now 8.10.0.
  • [Feat]: support KMP projects with JVM targets.
  • [Feat]: support KMP projects with Android targets.
  • [Feat]: update console report to be more idiomatic for KMP.
  • [Feat]: implement ABI inclusions filter.
  • [Feat]: add lifecycle resolveExternalDependencies task.
  • [Fix]: improve Class.forName handling.
  • [Fix]: remove dependency to javax.inject.
  • [Fix]: potential resource leak in JarExploder.
  • [Fix]: duplicate class detection for annotations.
  • [Fix]: use latest-kotlin editor.
  • [Refactor]: move two public types to an internal package to exclude from published api, and exclude the com.autonomousapps.model.internal package from the published api.
  • [Refactor]: moved a lot of task-registration code into AbstractDependencyAnalyzer.
  • [Docs]: add link to maven-hijack blog post.
Commits
  • 275073d chore: prepare for release 3.6.1.
  • 7170f03 feat(testkit): kotlin.jvm is above kotlin.anroidLibrary.
  • aabc4bb test: cover jvm + androidLibrary case for KMP modules.
  • 18878e8 refactor: use specific type.
  • 60eff47 fix: use compilation.disambiguatedName for crafting the task suffix.
  • a602e64 chore: prepare next development version.
  • bb3ae44 chore: prepare for release 3.6.0.
  • 2f8ba31 chore: add unused ListSourceFilesTask as an exemplar for interaction with KMP...
  • 9fe60a6 test: run the kmp functional tests in CI.
  • 7570750 test: support Android KMP lib functional tests, and add one.
  • 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)

Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 3.5.1 to 3.6.1.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.5.1...v3.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Mar 30, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 30, 2026 19:41
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Mar 30, 2026
@dependabot dependabot bot requested review from samiuelson and removed request for a team March 30, 2026 19:41
@dangermattic
Copy link
Copy Markdown
Collaborator

1 Error
🚫 PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Copy Markdown
Collaborator

Build environment changes

list
! Upgraded Dependencies
com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.6.1, (changed from 3.5.1)
com.autonomousapps:dependency-analysis-gradle-plugin:3.6.1, (changed from 3.5.1)
com.autonomousapps:kotlin-editor-relocated:0.20.0, (changed from 0.18.0)
tree
-\--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.5.1
-     \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.5.1
-          +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.0 (c)
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0 (c)
-          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (c)
-          |    +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.3.20 (c)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -> 2.2.0 (c)
-          +--- com.squareup.okio:okio-bom:3.16.4
-          |    +--- com.squareup.okio:okio:3.16.4 (c)
-          |    \--- com.squareup.okio:okio-jvm:3.16.4 (c)
-          +--- com.autonomousapps:graph-support:0.9.0
-          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.0 (*)
-          |    \--- com.google.guava:guava:33.4.8-jre -> 33.5.0-jre
-          |         +--- com.google.guava:failureaccess:1.0.3
-          |         +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-          |         +--- org.jspecify:jspecify:1.0.0
-          |         +--- com.google.errorprone:error_prone_annotations:2.41.0 -> 2.43.0
-          |         \--- com.google.j2objc:j2objc-annotations:3.1
-          +--- com.autonomousapps:variant-artifacts:0.3.3
-          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.0 (*)
-          +--- com.google.guava:guava:33.5.0-jre (*)
-          +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.0 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0
-          |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.0 (*)
-          +--- com.autonomousapps:kotlin-editor-relocated:0.18.0
-          +--- com.squareup.moshi:moshi-kotlin:1.15.2
-          |    +--- com.squareup.moshi:moshi:1.15.2
-          |    |    +--- com.squareup.okio:okio:3.7.0 -> 3.16.4
-          |    |    |    \--- com.squareup.okio:okio-jvm:3.16.4
-          |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.0 (*)
-          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
-          |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.2.0
-          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.0 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
-          +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
-          |    +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
-          |    |    +--- com.squareup.moshi:moshi-adapters:1.15.2
-          |    |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-          |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
-          |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.0 (*)
-          |    +--- com.squareup:kotlinpoet:2.1.0
-          |    |    \--- com.squareup:kotlinpoet-jvm:2.1.0
-          |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.0 (*)
-          |    |         \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.2.0 (*)
-          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 -> 2.2.0 (*)
-          |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-          |    +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.0 (*)
-          +--- com.squareup.okio:okio:3.16.4 (*)
-          +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.2.20
-          +--- com.github.ben-manes.caffeine:caffeine:3.2.3
-          |    +--- org.jspecify:jspecify:1.0.0
-          |    \--- com.google.errorprone:error_prone_annotations:2.43.0
-          +--- com.autonomousapps:antlr:4.13.2.0
-          +--- com.autonomousapps:asm-relocated:9.9.0
-          +--- javax.inject:javax.inject:1
-          +--- com.squareup.moshi:moshi:1.15.2 (*)
-          +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0 (*)
-          \--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (*)
+\--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.6.1
+     \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.6.1
+          +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.0 (c)
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0 (c)
+          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (c)
+          |    +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.3.20 (c)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -> 2.2.0 (c)
+          +--- com.squareup.okio:okio-bom:3.16.4
+          |    +--- com.squareup.okio:okio:3.16.4 (c)
+          |    \--- com.squareup.okio:okio-jvm:3.16.4 (c)
+          +--- com.autonomousapps:graph-support:0.9.0
+          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.0 (*)
+          |    \--- com.google.guava:guava:33.4.8-jre -> 33.5.0-jre
+          |         +--- com.google.guava:failureaccess:1.0.3
+          |         +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+          |         +--- org.jspecify:jspecify:1.0.0
+          |         +--- com.google.errorprone:error_prone_annotations:2.41.0 -> 2.43.0
+          |         \--- com.google.j2objc:j2objc-annotations:3.1
+          +--- com.autonomousapps:variant-artifacts:0.3.3
+          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.0 (*)
+          +--- com.google.guava:guava:33.5.0-jre (*)
+          +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.0 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0
+          |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.0 (*)
+          +--- com.autonomousapps:kotlin-editor-relocated:0.20.0
+          +--- com.squareup.moshi:moshi-kotlin:1.15.2
+          |    +--- com.squareup.moshi:moshi:1.15.2
+          |    |    +--- com.squareup.okio:okio:3.7.0 -> 3.16.4
+          |    |    |    \--- com.squareup.okio:okio-jvm:3.16.4
+          |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.0 (*)
+          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+          |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.2.0
+          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.0 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+          +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
+          |    +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
+          |    |    +--- com.squareup.moshi:moshi-adapters:1.15.2
+          |    |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+          |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+          |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.0 (*)
+          |    +--- com.squareup:kotlinpoet:2.1.0
+          |    |    \--- com.squareup:kotlinpoet-jvm:2.1.0
+          |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.0 (*)
+          |    |         \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.2.0 (*)
+          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 -> 2.2.0 (*)
+          |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+          |    +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.0 (*)
+          +--- com.squareup.okio:okio:3.16.4 (*)
+          +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.2.20
+          +--- com.github.ben-manes.caffeine:caffeine:3.2.3
+          |    +--- org.jspecify:jspecify:1.0.0
+          |    \--- com.google.errorprone:error_prone_annotations:2.43.0
+          +--- com.autonomousapps:antlr:4.13.2.0
+          +--- com.autonomousapps:asm-relocated:9.9.0
+          +--- com.squareup.moshi:moshi:1.15.2 (*)
+          +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0 (*)
+          \--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (*)

@wpmobilebot
Copy link
Copy Markdown
Collaborator

App Icon📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.

App NameWooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Build Number736
Version24.4-rc-1
Application IDcom.woocommerce.android.prealpha
Commitbbd435e
Installation URL1bpj58gmftr00
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: dependencies update PRs that update a dependency file, used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants