Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

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

Changelog

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

Version 3.5.1

  • [Fix]: don't try to process a non-match as a binary incompatibility.
  • [Fix]: use version catalog when applying the build-health plugin.
  • [Fix]: bundleTraces is a sortedSet and BundleTrace is Comparable.

Version 3.5.0

  • [Feat]: check binary compatibility between consumer and producer code.
  • [Feat]: support the com.google.cloud.tools.jib plugin as an application-type plugin.
  • [Fix]: 'reason' works for project dependencies.
  • [Fix]: strip empty lines from service loaders.
  • [Docs]: clarify compatibilities with other plugins.
  • [Docs]: document the existence of dependencyAnalysis.app().
Commits
  • 0946146 chore: prepare for release 3.5.1.
  • 5a6ed95 fix: bundleTraces is a sortedSet and BundleTrace is Comparable.
  • 6c1f78a fix: don't try to process a non-match as a binary incompatibility.
  • c0da958 refactor: move code from BinaryClassCapability to the checker.
  • 89df171 refactor: destructure access to PartitionResult.
  • 20647a3 fix: use version catalog when applying the build-health plugin.
  • d158129 chore: disable deployment validation.
  • 5fe42a1 chore: prepare next development version.
  • 9608b0b chore: prepare for release 3.5.0.
  • 5735340 feat: add opt-out for binary-compatibility checking.
  • 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](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 3.4.1 to 3.5.1.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.4.1...v3.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Dec 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2025 08:07
@dependabot dependabot bot requested review from adalpari and removed request for a team December 2, 2025 08:07
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Dec 2, 2025
@dangermattic
Copy link
Collaborator

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

Build environment changes

list
! Upgraded Dependencies
com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.5.1, (changed from 3.4.1)
com.autonomousapps:dependency-analysis-gradle-plugin:3.5.1, (changed from 3.4.1)
com.github.ben-manes.caffeine:caffeine:3.2.3, (changed from 3.2.2)
com.google.errorprone:error_prone_annotations:2.43.0, (changed from 2.40.0)
com.google.guava:guava:33.5.0-jre, (changed from 33.4.8-jre)
com.google.j2objc:j2objc-annotations:3.1, (changed from 3.0.0)
com.squareup.okio:okio:3.16.4, (changed from 3.15.0)
com.squareup.okio:okio-bom:3.16.4, (changed from 3.15.0)
com.squareup.okio:okio-jvm:3.16.4, (changed from 3.15.0)
org.jetbrains.kotlin:kotlin-stdlib:2.2.20, (changed from 2.2.0)
tree
 +--- com.automattic.android.measure-builds:com.automattic.android.measure-builds.gradle.plugin:3.2.2
 |    \--- com.automattic.android:measure-builds:3.2.2
 |         +--- io.ktor:ktor-client-core:3.1.1
 |         |    \--- io.ktor:ktor-client-core-jvm:3.1.1
 |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.20
 |         |         +--- io.ktor:ktor-http:3.1.1
 |         |         |    \--- io.ktor:ktor-http-jvm:3.1.1
 |         |         |         +--- io.ktor:ktor-utils:3.1.1
 |         |         |         |    \--- io.ktor:ktor-utils-jvm:3.1.1
 |         |         |         |         +--- io.ktor:ktor-io:3.1.1
 |         |         |         |         |    \--- io.ktor:ktor-io-jvm:3.1.1
 |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0
 |         |         |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.6.0
 |         |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.6.0
 |         |         |         |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.6.0
-|         |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.0 (*)
+|         |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.20 (*)
-|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.0 (*)
+|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.20 (*)
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0
 |         |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.20 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         +--- io.ktor:ktor-http-cio:3.1.1
 |         |         |    \--- io.ktor:ktor-http-cio-jvm:3.1.1
 |         |         |         +--- io.ktor:ktor-network:3.1.1
 |         |         |         |    \--- io.ktor:ktor-network-jvm:3.1.1
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         +--- io.ktor:ktor-events:3.1.1
 |         |         |    \--- io.ktor:ktor-events-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         +--- io.ktor:ktor-websocket-serialization:3.1.1
 |         |         |    \--- io.ktor:ktor-websocket-serialization-jvm:3.1.1
 |         |         |         +--- io.ktor:ktor-serialization:3.1.1
 |         |         |         |    \--- io.ktor:ktor-serialization-jvm:3.1.1
 |         |         |         |         +--- io.ktor:ktor-websockets:3.1.1
 |         |         |         |         |    \--- io.ktor:ktor-websockets-jvm:3.1.1
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         +--- io.ktor:ktor-sse:3.1.1
 |         |         |    \--- io.ktor:ktor-sse-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1
-|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
+|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.20 (*)
 |         +--- io.ktor:ktor-client-cio:3.1.1
 |         |    \--- io.ktor:ktor-client-cio-jvm:3.1.1
 |         |         +--- io.ktor:ktor-network-tls:3.1.1
 |         |         |    \--- io.ktor:ktor-network-tls-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         +--- io.ktor:ktor-client-logging:3.1.1
 |         |    \--- io.ktor:ktor-client-logging-jvm:3.1.1
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         +--- io.ktor:ktor-client-serialization:3.1.1
 |         |    \--- io.ktor:ktor-client-serialization-jvm:3.1.1
 |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.20 (*)
 |         |         +--- io.ktor:ktor-client-json:3.1.1
 |         |         |    \--- io.ktor:ktor-client-json-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         +--- io.ktor:ktor-client-content-negotiation-jvm:3.1.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         +--- io.ktor:ktor-serialization-kotlinx-json:3.1.1
 |         |    \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.1.1
 |         |         +--- io.ktor:ktor-serialization-kotlinx:3.1.1
 |         |         |    \--- io.ktor:ktor-serialization-kotlinx-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.8.0
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.8.0
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
 +--- org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin:0.9.3
 |    \--- org.jetbrains.kotlinx:kover-gradle-plugin:0.9.3
 |         \--- org.jetbrains.kotlinx:kover-features-jvm:0.9.3
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.20 (*)
-+--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.4.1
-|    \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.4.1
-|         +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.0 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.1.20 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 (c)
-|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.10 (c)
-|         +--- com.squareup.okio:okio-bom:3.15.0
-|         |    +--- com.squareup.okio:okio:3.15.0 (c)
-|         |    \--- com.squareup.okio:okio-jvm:3.15.0 (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.2.0 (*)
-|         |    \--- com.google.guava:guava:33.4.8-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.36.0 -> 2.40.0
-|         |         \--- com.google.j2objc:j2objc-annotations:3.0.0
-|         +--- com.autonomousapps:variant-artifacts:0.3.3
-|         |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.0 (*)
-|         +--- com.google.guava:guava:33.4.8-jre (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.0 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.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.15.0
-|         |    |    |    \--- com.squareup.okio:okio-jvm:3.15.0
-|         |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.2.0 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.0.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.1.20
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.0 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.0.21 (*)
-|         +--- 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.0.21 (*)
-|         |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.0 (*)
-|         |    +--- com.squareup:kotlinpoet:2.1.0
-|         |    |    \--- com.squareup:kotlinpoet-jvm:2.1.0
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |    |         \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.1.20 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 (*)
-|         |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-|         |    +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.0 (*)
-|         +--- com.squareup.okio:okio:3.15.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.2.20
-|         +--- com.github.ben-manes.caffeine:caffeine:3.2.2
-|         |    +--- org.jspecify:jspecify:1.0.0
-|         |    \--- com.google.errorprone:error_prone_annotations:2.40.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.1.20 (*)
++--- 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.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.1.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.10 (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.2.20 (*)
+|         |    \--- 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.2.20 (*)
+|         +--- com.google.guava:guava:33.5.0-jre (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.20 (*)
+|         +--- 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 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.0.21 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.1.20
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.0.21 (*)
+|         +--- 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.0.21 (*)
+|         |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (*)
+|         |    +--- com.squareup:kotlinpoet:2.1.0
+|         |    |    \--- com.squareup:kotlinpoet-jvm:2.1.0
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.1.20 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 (*)
+|         |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+|         |    +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (*)
+|         +--- 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.1.20 (*)
 +--- androidx.navigation.safeargs.kotlin:androidx.navigation.safeargs.kotlin.gradle.plugin:2.9.6
 |    \--- androidx.navigation:navigation-safe-args-gradle-plugin:2.9.6
 |         +--- androidx.navigation:navigation-safe-args-generator:2.9.6
 |         |    +--- androidx.annotation:annotation:1.9.1
 |         |    |    \--- androidx.annotation:annotation-jvm:1.9.1
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.2.0 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.2.20 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.0 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.0 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.20 (c)
 |         \--- com.google.code.gson:gson:2.9.0 -> 2.11.0
-|              \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.40.0
+|              \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.43.0
 +--- com.android.application:com.android.application.gradle.plugin:8.7.3
 |    \--- com.android.tools.build:gradle:8.7.3
 |         +--- com.android.tools:sdk-common:31.7.3
 |         |    +--- com.android.tools.analytics-library:shared:31.7.3
 |         |    |    +--- com.android.tools:common:31.7.3
-|         |    |    |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    |    |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
-|         |    |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         |    +--- com.android.tools:sdklib:31.7.3
 |         |    |    \--- com.android.tools:repository:31.7.3
 |         |    |         \--- com.google.jimfs:jimfs:1.1
-|         |    |              \--- com.google.guava:guava:18.0 -> 33.4.8-jre (*)
+|         |    |              \--- com.google.guava:guava:18.0 -> 33.5.0-jre (*)
-|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         +--- com.android.tools.build:aaptcompiler:8.7.3
-|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         +--- com.android.tools.analytics-library:crash:31.7.3
-|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         +--- com.android.tools.lint:lint-typedef-remover:31.7.3
-|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         +--- androidx.databinding:databinding-compiler-common:8.7.3
 |         |    +--- com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.0 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.20 (*)
-|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         +--- com.android.tools.build:builder-test-api:8.7.3
-|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         +--- com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.7.3
-|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         |    +--- io.grpc:grpc-core:1.57.0
 |         |    |    +--- io.grpc:grpc-api:1.57.0
-|         |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.40.0
+|         |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.43.0
-|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 33.4.8-jre (*)
+|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 33.5.0-jre (*)
-|         |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.40.0
+|         |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.43.0
-|         |    |    \--- com.google.guava:guava:32.0.1-android -> 33.4.8-jre (*)
+|         |    |    \--- com.google.guava:guava:32.0.1-android -> 33.5.0-jre (*)
 |         |    +--- io.grpc:grpc-netty:1.57.0
-|         |    |    +--- com.google.guava:guava:32.0.1-android -> 33.4.8-jre (*)
+|         |    |    +--- com.google.guava:guava:32.0.1-android -> 33.5.0-jre (*)
-|         |    |    \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.40.0
+|         |    |    \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.43.0
 |         |    +--- io.grpc:grpc-protobuf:1.57.0
 |         |    |    +--- io.grpc:grpc-protobuf-lite:1.57.0
-|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 33.4.8-jre (*)
+|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 33.5.0-jre (*)
-|         |    |    \--- com.google.guava:guava:32.0.1-android -> 33.4.8-jre (*)
+|         |    |    \--- com.google.guava:guava:32.0.1-android -> 33.5.0-jre (*)
 |         |    \--- io.grpc:grpc-stub:1.57.0
-|         |         +--- com.google.guava:guava:32.0.1-android -> 33.4.8-jre (*)
+|         |         +--- com.google.guava:guava:32.0.1-android -> 33.5.0-jre (*)
-|         |         \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.40.0
+|         |         \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.43.0
 |         +--- com.android.tools.build:bundletool:1.17.1
-|         |    +--- com.google.errorprone:error_prone_annotations:2.3.1 -> 2.40.0
+|         |    +--- com.google.errorprone:error_prone_annotations:2.3.1 -> 2.43.0
-|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         |    \--- com.google.protobuf:protobuf-java-util:3.22.3
-|         |         +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.40.0
+|         |         +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.43.0
-|         |         +--- com.google.guava:guava:31.1-jre -> 33.4.8-jre (*)
+|         |         +--- com.google.guava:guava:31.1-jre -> 33.5.0-jre (*)
-|         |         \--- com.google.j2objc:j2objc-annotations:1.3 -> 3.0.0
+|         |         \--- com.google.j2objc:j2objc-annotations:1.3 -> 3.1
 |         +--- com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.20 (*)
 |         +--- com.android.tools.build:builder:8.7.3
 |         |    +--- com.android.tools.analytics-library:tracker:31.7.3
-|         |    |    \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |    |    \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         |    \--- com.android.tools.build:apkzlib:8.7.3
-|         |         \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|         |         \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 |         \--- com.android.tools.build:gradle-api:8.7.3
-|              \--- com.google.guava:guava:32.0.1-jre -> 33.4.8-jre (*)
+|              \--- com.google.guava:guava:32.0.1-jre -> 33.5.0-jre (*)
 +--- com.google.gms.google-services:com.google.gms.google-services.gradle.plugin:4.4.4
 |    \--- com.google.gms:google-services:4.4.4
 |         \--- com.google.android.gms:strict-version-matcher-plugin:1.2.4
-|              \--- com.google.guava:guava:27.0.1-jre -> 33.4.8-jre (*)
+|              \--- com.google.guava:guava:27.0.1-jre -> 33.5.0-jre (*)
 +--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.2.10-2.0.2
 |    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.10-2.0.2
 |         +--- com.google.devtools.ksp:symbol-processing-api:2.2.10-2.0.2
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (*)
 |         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.2.10-2.0.2
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.0 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (*)
 \--- androidx.room:androidx.room.gradle.plugin:2.8.3
      \--- androidx.room:room-gradle-plugin:2.8.3
-          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.0 (*)
+          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-          \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.0 (c)
+          \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (c)

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2025

@wpmobilebot
Copy link
Contributor

App Icon📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress
FlavorJalapeno
Build TypeDebug
Versionpr22386-1186b74
Commit1186b74
Direct Downloadwordpress-prototype-build-pr22386-1186b74.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

App Icon📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack
FlavorJalapeno
Build TypeDebug
Versionpr22386-1186b74
Commit1186b74
Direct Downloadjetpack-prototype-build-pr22386-1186b74.apk
Note: Google Login is not supported on these builds.

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.

3 participants