Skip to content

Bump google-dagger from 2.56.2 to 2.57 #14389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps google-dagger from 2.56.2 to 2.57.
Updates com.google.dagger:dagger from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:dagger's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger:dagger-android-processor from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:dagger-android-processor's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger:dagger-android-support from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:dagger-android-support's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger:dagger-compiler from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger:hilt-android from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:hilt-android's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger:hilt-android-testing from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:hilt-android-testing's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger:hilt-compiler from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger:hilt-compiler's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

Updates com.google.dagger.hilt.android from 2.56.2 to 2.57

Release notes

Sourced from com.google.dagger.hilt.android's releases.

Dagger 2.57

Potential breaking changes

The generated Factory/MembersInjector constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory/MembersInjector classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)

Bug fixes

Fixes #4779. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)

Commits

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 `google-dagger` from 2.56.2 to 2.57.

Updates `com.google.dagger:dagger` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger:dagger-android-processor` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger:dagger-android-support` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger:dagger-compiler` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger:hilt-android` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger:hilt-android-testing` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger:hilt-compiler` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

Updates `com.google.dagger.hilt.android` from 2.56.2 to 2.57
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.56.2...dagger-2.57)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-android-processor
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-android-support
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-compiler
  dependency-version: '2.57'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger.hilt.android
  dependency-version: '2.57'
  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 Jul 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 28, 2025 21:34
@dependabot dependabot bot requested review from samiuelson and removed request for a team July 28, 2025 21:34
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Jul 28, 2025
@dangermattic
Copy link
Collaborator

1 Error
🚫 PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Collaborator

Project dependencies changes

list
! Upgraded Dependencies
com.google.dagger:dagger:2.57, (changed from 2.56.2)
com.google.dagger:dagger-android:2.57, (changed from 2.56.2)
com.google.dagger:dagger-android-support:2.57, (changed from 2.56.2)
com.google.dagger:dagger-lint-aar:2.57, (changed from 2.56.2)
com.google.dagger:hilt-android:2.57, (changed from 2.56.2)
com.google.dagger:hilt-core:2.57, (changed from 2.56.2)
tree
 +--- project :libs:fluxc
-|    \--- com.google.dagger:dagger:2.56.2
+|    \--- com.google.dagger:dagger:2.57
 +--- project :libs:fluxc-plugin
-|    \--- com.google.dagger:dagger:2.56.2 (*)
+|    \--- com.google.dagger:dagger:2.57 (*)
 +--- project :libs:login
-|    +--- com.google.dagger:dagger:2.56.2 (*)
+|    +--- com.google.dagger:dagger:2.57 (*)
-|    \--- com.google.dagger:dagger-android-support:2.56.2
-|         +--- com.google.dagger:dagger:2.56.2 (*)
-|         +--- com.google.dagger:dagger-android:2.56.2
-|         |    +--- com.google.dagger:dagger:2.56.2 (*)
-|         |    +--- com.google.dagger:dagger-lint-aar:2.56.2
-|         |    +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*)
-|         |    +--- androidx.annotation:annotation-jvm:1.7.0-beta01 -> 1.9.1 (*)
-|         |    \--- javax.inject:javax.inject:1
-|         +--- com.google.dagger:dagger-lint-aar:2.56.2
-|         +--- androidx.activity:activity:1.5.1 -> 1.8.2 (*)
-|         +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*)
-|         +--- androidx.annotation:annotation-jvm:1.7.0-beta01 -> 1.9.1 (*)
-|         +--- androidx.appcompat:appcompat:1.3.1 -> 1.7.1 (*)
-|         +--- androidx.fragment:fragment:1.5.1 -> 1.8.5 (*)
-|         +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.8.7 (*)
-|         +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.8.7 (*)
-|         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*)
-|         \--- javax.inject:javax.inject:1
+|    \--- com.google.dagger:dagger-android-support:2.57
+|         +--- com.google.dagger:dagger:2.57 (*)
+|         +--- com.google.dagger:dagger-android:2.57
+|         |    +--- com.google.dagger:dagger:2.57 (*)
+|         |    +--- com.google.dagger:dagger-lint-aar:2.57
+|         |    +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*)
+|         |    +--- androidx.annotation:annotation-jvm:1.7.0-beta01 -> 1.9.1 (*)
+|         |    \--- javax.inject:javax.inject:1
+|         +--- com.google.dagger:dagger-lint-aar:2.57
+|         +--- androidx.activity:activity:1.5.1 -> 1.8.2 (*)
+|         +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*)
+|         +--- androidx.annotation:annotation-jvm:1.7.0-beta01 -> 1.9.1 (*)
+|         +--- androidx.appcompat:appcompat:1.3.1 -> 1.7.1 (*)
+|         +--- androidx.fragment:fragment:1.5.1 -> 1.8.5 (*)
+|         +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.8.7 (*)
+|         +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.8.7 (*)
+|         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*)
+|         \--- javax.inject:javax.inject:1
 +--- project :libs:cardreader
 |    \--- com.stripe:stripeterminal-taptopay:4.3.1
-|         +--- com.google.dagger:dagger:2.52 -> 2.56.2 (*)
+|         +--- com.google.dagger:dagger:2.52 -> 2.57 (*)
 |         \--- com.stripe:stripeterminal-internal-common:4.3.1
-|              \--- com.google.dagger:dagger:2.52 -> 2.56.2 (*)
+|              \--- com.google.dagger:dagger:2.52 -> 2.57 (*)
-+--- com.google.dagger:hilt-android:2.56.2
-|    +--- com.google.dagger:dagger:2.56.2 (*)
-|    +--- com.google.dagger:dagger-lint-aar:2.56.2
-|    +--- com.google.dagger:hilt-core:2.56.2
-|    |    +--- com.google.dagger:dagger:2.56.2 (*)
-|    |    +--- com.google.code.findbugs:jsr305:3.0.2
-|    |    \--- javax.inject:javax.inject:1
-|    +--- com.google.code.findbugs:jsr305:3.0.2
-|    +--- androidx.activity:activity:1.5.1 -> 1.8.2 (*)
-|    +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*)
-|    +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*)
-|    +--- androidx.annotation:annotation-jvm:1.7.0-beta01 -> 1.9.1 (*)
-|    +--- androidx.fragment:fragment:1.5.1 -> 1.8.5 (*)
-|    +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.8.7 (*)
-|    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.8.7 (*)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*)
-|    +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*)
-|    +--- javax.inject:javax.inject:1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
++--- com.google.dagger:hilt-android:2.57
+|    +--- com.google.dagger:dagger:2.57 (*)
+|    +--- com.google.dagger:dagger-lint-aar:2.57
+|    +--- com.google.dagger:hilt-core:2.57
+|    |    +--- com.google.dagger:dagger:2.57 (*)
+|    |    +--- com.google.code.findbugs:jsr305:3.0.2
+|    |    \--- javax.inject:javax.inject:1
+|    +--- com.google.code.findbugs:jsr305:3.0.2
+|    +--- androidx.activity:activity:1.5.1 -> 1.8.2 (*)
+|    +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*)
+|    +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*)
+|    +--- androidx.annotation:annotation-jvm:1.7.0-beta01 -> 1.9.1 (*)
+|    +--- androidx.fragment:fragment:1.5.1 -> 1.8.5 (*)
+|    +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.8.7 (*)
+|    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.8.7 (*)
+|    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*)
+|    +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*)
+|    +--- javax.inject:javax.inject:1
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
 +--- androidx.hilt:hilt-navigation-fragment:1.2.0
 |    \--- androidx.hilt:hilt-navigation:1.2.0
-|         \--- com.google.dagger:hilt-android:2.49 -> 2.56.2 (*)
+|         \--- com.google.dagger:hilt-android:2.49 -> 2.57 (*)
 +--- androidx.hilt:hilt-common:1.2.0
-|    \--- com.google.dagger:hilt-core:2.49 -> 2.56.2 (*)
+|    \--- com.google.dagger:hilt-core:2.49 -> 2.57 (*)
 +--- androidx.hilt:hilt-work:1.2.0
-|    \--- com.google.dagger:hilt-android:2.49 -> 2.56.2 (*)
+|    \--- com.google.dagger:hilt-android:2.49 -> 2.57 (*)
-+--- com.google.dagger:dagger-android-support:2.56.2 (*)
++--- com.google.dagger:dagger-android-support:2.57 (*)
 +--- com.zendesk:support:5.0.8
 |    +--- com.zendesk:support-providers:5.0.8
 |    |    +--- com.zendesk:core:4.0.6
-|    |    |    \--- com.google.dagger:dagger:2.40 -> 2.56.2 (*)
+|    |    |    \--- com.google.dagger:dagger:2.40 -> 2.57 (*)
 |    |    +--- com.zendesk:guide-providers:1.0.7
-|    |    |    \--- com.google.dagger:dagger:2.40 -> 2.56.2 (*)
+|    |    |    \--- com.google.dagger:dagger:2.40 -> 2.57 (*)
-|    |    \--- com.google.dagger:dagger:2.40 -> 2.56.2 (*)
+|    |    \--- com.google.dagger:dagger:2.40 -> 2.57 (*)
 |    +--- com.zendesk:guide:1.0.7
 |    |    +--- com.zendesk:messaging:5.2.3
-|    |    |    \--- com.google.dagger:dagger:2.40 -> 2.56.2 (*)
+|    |    |    \--- com.google.dagger:dagger:2.40 -> 2.57 (*)
-|    |    \--- com.google.dagger:dagger-android:2.40 -> 2.56.2 (*)
+|    |    \--- com.google.dagger:dagger-android:2.40 -> 2.57 (*)
-|    \--- com.google.dagger:dagger-android:2.40 -> 2.56.2 (*)
+|    \--- com.google.dagger:dagger-android:2.40 -> 2.57 (*)
 \--- org.wordpress:mediapicker:0.3.4
-     \--- com.google.dagger:hilt-android:2.55 -> 2.56.2 (*)
+     \--- com.google.dagger:hilt-android:2.55 -> 2.57 (*)

Build environment changes

list
! Upgraded Dependencies
com.google.dagger.hilt.android:com.google.dagger.hilt.android.gradle.plugin:2.57, (changed from 2.56.2)
com.google.dagger:hilt-android-gradle-plugin:2.57, (changed from 2.56.2)
org.jetbrains.kotlin:kotlin-stdlib:2.2.0, (changed from 2.1.10)
tree
 +--- com.automattic.android.measure-builds:com.automattic.android.measure-builds.gradle.plugin:3.2.1
 |    \--- com.automattic.android:measure-builds:3.2.1
 |         +--- 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.1.10
-|         |         |              +--- org.jetbrains:annotations:13.0 -> 23.0.0
-|         |         |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.0.21 (c)
-|         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.0.21 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0
+|         |         |              +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|         |         |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.0.21 (c)
+|         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.0.21 (c)
 |         |         +--- 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.1.10 (*)
+|         |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.0 (*)
-|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
+|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.0 (*)
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         |         |         +--- 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.1.10 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         +--- 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 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         +--- io.ktor:ktor-events:3.1.1
 |         |         |    \--- io.ktor:ktor-events-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         +--- 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 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         +--- io.ktor:ktor-sse:3.1.1
 |         |         |    \--- io.ktor:ktor-sse-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1
-|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
 |         +--- 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 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         +--- 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 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         +--- 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.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
 |         |         +--- 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 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         +--- io.ktor:ktor-client-content-negotiation-jvm:3.1.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         +--- 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 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 |         |         +--- 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.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.0 (*)
 +--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:2.8.0
 |    \--- com.autonomousapps:dependency-analysis-gradle-plugin:2.8.0
 |         +--- org.jetbrains.kotlin:kotlin-bom:1.9.25
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.10 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.0 (c)
 |         +--- com.autonomousapps:graph-support:0.5
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.2.0 (*)
 |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25 -> 2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |    +--- 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.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.0 (*)
 |         +--- com.squareup.moshi:moshi-kotlin:1.15.1
 |         |    +--- com.squareup.moshi:moshi:1.15.1
 |         |    |    \--- com.squareup.okio:okio:3.7.0 -> 3.9.0
 |         |    |         \--- com.squareup.okio:okio-jvm:3.9.0
-|         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.2.0 (*)
 |         |    \--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.0.21
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.0 (*)
 |         \--- dev.zacsweers.moshix:moshi-sealed-reflect:0.25.1
 |              +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.25.1
-|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.2.0 (*)
 |              +--- com.squareup:kotlinpoet:1.15.1
 |              |    \--- com.squareup:kotlinpoet-jvm:1.15.1
-|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.10 (*)
+|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.2.0 (*)
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.2.0 (*)
 +--- com.android.application:com.android.application.gradle.plugin:8.8.0
 |    \--- com.android.tools.build:gradle:8.8.0
 |         +--- androidx.databinding:databinding-compiler-common:8.8.0
 |         |    \--- com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.0 (*)
 |         \--- com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.0 (*)
-+--- com.google.dagger.hilt.android:com.google.dagger.hilt.android.gradle.plugin:2.56.2
-|    \--- com.google.dagger:hilt-android-gradle-plugin:2.56.2
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
-|         +--- org.ow2.asm:asm:9.6 -> 9.7
-|         \--- com.squareup:javapoet:1.13.0
++--- com.google.dagger.hilt.android:com.google.dagger.hilt.android.gradle.plugin:2.57
+|    \--- com.google.dagger:hilt-android-gradle-plugin:2.57
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 (*)
+|         +--- org.ow2.asm:asm:9.6 -> 9.7
+|         \--- com.squareup:javapoet:1.13.0
 +--- androidx.navigation.safeargs.kotlin:androidx.navigation.safeargs.kotlin.gradle.plugin:2.7.7
 |    \--- androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7
 |         \--- androidx.navigation:navigation-safe-args-generator:2.7.7
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.2.0 (*)
 +--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.1.10-1.0.29
 |    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.10-1.0.29
 |         +--- com.google.devtools.ksp:symbol-processing-api:2.1.10-1.0.29
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.2.0 (*)
 |         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.1.10-1.0.29
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.2.0 (*)
 \--- androidx.room:androidx.room.gradle.plugin:2.6.1
      \--- androidx.room:room-gradle-plugin:2.6.1
-          \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+          \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.2.0 (*)

@wpmobilebot
Copy link
Collaborator

📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
App Name WooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commit8310be4
Direct Downloadwoocommerce-wear-prototype-build-pr14389-8310be4.apk

@wpmobilebot
Copy link
Collaborator

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

App Name WooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Commit8310be4
Direct Downloadwoocommerce-prototype-build-pr14389-8310be4.apk

@samiuelson samiuelson self-assigned this Jul 30, 2025
Copy link
Contributor

@samiuelson samiuelson left a comment

Choose a reason for hiding this comment

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

LGTM!

@samiuelson samiuelson enabled auto-merge July 30, 2025 16:41
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