Skip to content
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

Bump com.autonomousapps.dependency-analysis from 1.28.0 to 2.7.0 #13296

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps com.autonomousapps.dependency-analysis from 1.28.0 to 2.7.0.

Changelog

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

Version 2.7.0

  • [Feat]: can set severity and filter duplicate class warnings.
  • [Feat]: don't recommend removing implementation dependency on necessary superclass.
  • [Chore]: use non-deprecated method when available.
  • [Chore]: update various dependencies, including antlr.

New DSL option for configuring duplicate class warnings:

// root build.gradle[.kts]
dependencyAnalysis {
  issues {
    all {
      onDuplicateClassWarnings {
        severity(<"fail"|"warn"|"ignore">)
        // Fully-qualified class reference to exclude, slash- or dot-delimited
        exclude("org/jetbrains/annotations/NotNull", "org.jetbrains.annotations.Nullable")
      }
    }
  }
}

Version 2.6.1

  • [Fix]: superClassName can be null (Object has no superclass).

Version 2.6.0

  • [Feat]: improvements relating to generating project graphs.
  • [Fix]: use stable kotlin-metadata 2.0.21.
  • [Fix]: error message code example
  • [Chore]: use graph-support v0.4.
  • [Chore]: build with Gradle 8.11.1.
  • [Chore]: use com.gradle.develocity plugin exclusively.
  • [Chore]: replace deprecated kotlinOptions with compilerOptions.

Version 2.5.0

  • [Feat]: use KotlinEditor to rewrite Gradle Kotlin DSL scripts.
  • [Fix]: ProjectAdvice is totally Comparable.
  • [Refactor]: make a lot of data models internal that don't need to be public.

Version 2.4.2

  • [Fix]: reason can explain usage of invisible annotations.

Version 2.4.1

  • [Fix]: differentiate visible from invisible annotations.
  • [Fix]: enable easier runtime debugging of bytecode analysis. Use -Ddependency.analysis.bytecode.logging=true to get extremely verbose logging during bytecode analysis.

Version 2.4.0

  • [Feat]: detect duplicate class files on compile and runtime classpaths, and warn.
  • [Fix]: use asm-relocated 9.7.1.0. Support Java 23.

... (truncated)

Commits
  • ef42e95 chore: prepare for release 2.7.0.
  • 6377ac0 chore: use latest gradle-script-grammar.
  • 8db8d59 chore: use latest kotlin-editor-shadowed.
  • 2c0b49c chore(kotlin-editor): prepare next development version.
  • 57f8165 chore: prepare for kotlin-editor-relocated release 0.18.0.
  • d246737 chore: use latest antlr-shadowed.
  • bf05627 chore(antlr): prepare for antlr release 4.13.2.0.
  • 346b869 chore(graph-support): prepare for graph-support release 0.5.
  • c30cb20 feat: don't recommend removing implementation dependency on necessary supercl...
  • 309cd95 chore: use non-deprecated method when available.
  • 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 1.28.0 to 2.7.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v1.28.0...v2.7.0)

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

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 Jan 13, 2025
@dependabot dependabot bot requested review from a team and kidinov and removed request for a team January 13, 2025 18:47
@dependabot dependabot bot requested a review from atorresveiga January 13, 2025 18:47
@dangermattic
Copy link
Collaborator

1 Error
🚫 PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Collaborator

Build environment changes

The following changes in the build classpath were detected:

list
New Dependencies
com.autonomousapps:kotlin-editor-relocated:0.18.0
com.squareup.okio:okio-bom:3.9.0
com.squareup.okio:okio-jvm:3.9.0
com.squareup:kotlinpoet-jvm:1.15.1
org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.21

Removed Dependencies
org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.8.0

Upgraded Dependencies
com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:2.7.0, (changed from 1.28.0)
com.autonomousapps:antlr:4.13.2.0, (changed from 4.10.1.5)
com.autonomousapps:asm-relocated:9.7.1.0, (changed from 9.6.0.0)
com.autonomousapps:dependency-analysis-gradle-plugin:2.7.0, (changed from 1.28.0)
com.autonomousapps:graph-support:0.5, (changed from 0.2)
com.github.ben-manes.caffeine:caffeine:3.1.8, (changed from 3.1.0)
com.google.errorprone:error_prone_annotations:2.28.0, (changed from 2.18.0)
com.google.guava:failureaccess:1.0.2, (changed from 1.0.1)
com.google.guava:guava:33.3.1-jre, (changed from 32.0.1-jre)
com.google.j2objc:j2objc-annotations:3.0.0, (changed from 2.8)
com.squareup.moshi:moshi:1.15.1, (changed from 1.14.0)
com.squareup.moshi:moshi-adapters:1.15.0, (changed from 1.14.0)
com.squareup.moshi:moshi-kotlin:1.15.1, (changed from 1.14.0)
com.squareup.okio:okio:3.9.0, (changed from 2.10.0)
com.squareup:kotlinpoet:1.15.1, (changed from 1.14.2)
dev.zacsweers.moshix:moshi-sealed-reflect:0.25.1, (changed from 0.19.0)
dev.zacsweers.moshix:moshi-sealed-runtime:0.25.1, (changed from 0.19.0)
org.checkerframework:checker-qual:3.43.0, (changed from 3.33.0)
org.jetbrains.kotlin:kotlin-bom:1.9.25, (changed from 1.9.10)
org.jetbrains.kotlin:kotlin-reflect:1.9.25, (changed from 1.9.20)
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25, (changed from 1.9.20)
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25, (changed from 1.9.20)
tree
 +--- com.automattic.android.measure-builds:com.automattic.android.measure-builds.gradle.plugin:2.1.2
 |    \--- com.automattic.android:measure-builds:2.1.2
 |         +--- io.ktor:ktor-client-core:1.6.4
 |         |    \--- io.ktor:ktor-client-core-jvm:1.6.4
 |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.30 -> 2.0.21
 |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21
-|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.20 (c)
+|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.25 (c)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.20 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.25 (c)
 |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt -> 1.6.4
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.9.20
-|         |         |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.0.21 (*)
-|         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.20
-|         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.0.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.9.25
+|         |         |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+|         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25
+|         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
 |         |         +--- io.ktor:ktor-http:1.6.4
 |         |         |    \--- io.ktor:ktor-http-jvm:1.6.4
-|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.20 (*)
+|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.25 (*)
 |         |         |         \--- io.ktor:ktor-utils:1.6.4
 |         |         |              \--- io.ktor:ktor-utils-jvm:1.6.4
-|         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.20 (*)
+|         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.25 (*)
 |         |         \--- io.ktor:ktor-http-cio:1.6.4
 |         |              \--- io.ktor:ktor-http-cio-jvm:1.6.4
-|         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.20 (*)
+|         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.25 (*)
 |         +--- io.ktor:ktor-client-cio:1.6.4
 |         |    \--- io.ktor:ktor-client-cio-jvm:1.6.4
 |         |         \--- io.ktor:ktor-network-tls:1.6.4
 |         |              \--- io.ktor:ktor-network-tls-jvm:1.6.4
-|         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.20 (*)
+|         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30 -> 1.9.25 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.20 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.25 (*)
-+--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:1.28.0
-|    \--- com.autonomousapps:dependency-analysis-gradle-plugin:1.28.0
-|         +--- org.jetbrains.kotlin:kotlin-bom:1.9.10
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.0.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.20 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.9.10 -> 1.9.20 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10 -> 2.0.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 2.0.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 -> 1.9.20 (c)
-|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:1.9.10 -> 2.0.21 (c)
-|         +--- com.autonomousapps:graph-support:0.2
-|         |    +--- com.google.guava:guava:31.1-jre -> 32.0.1-jre
-|         |    |    +--- com.google.guava:failureaccess:1.0.1
-|         |    |    +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-|         |    |    +--- com.google.code.findbugs:jsr305:3.0.2
-|         |    |    +--- org.checkerframework:checker-qual:3.33.0
-|         |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0
-|         |    |    \--- com.google.j2objc:j2objc-annotations:2.8
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.20 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.20 (*)
-|         +--- com.squareup.moshi:moshi-kotlin:1.14.0
-|         |    +--- com.squareup.moshi:moshi:1.14.0
-|         |    |    +--- com.squareup.okio:okio:2.10.0
-|         |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 2.0.21 (*)
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.20 -> 2.0.21 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 -> 1.9.20 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.7.0 -> 1.9.20
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.0.21 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 -> 1.9.20 (*)
-|         +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.19.0
-|         |    +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.19.0
-|         |    |    +--- com.squareup.moshi:moshi-adapters:1.14.0
-|         |    |    |    +--- com.squareup.moshi:moshi:1.14.0 (*)
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 -> 1.9.20 (*)
-|         |    |    +--- com.squareup.moshi:moshi:1.14.0 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 -> 1.9.20 (*)
-|         |    +--- com.squareup:kotlinpoet:1.12.0 -> 1.14.2
-|         |    |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 1.9.20 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.20 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.7.20 -> 1.9.20 (*)
-|         |    +--- com.squareup.moshi:moshi:1.14.0 (*)
-|         |    +--- com.squareup.moshi:moshi-adapters:1.14.0 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 -> 1.9.20 (*)
-|         +--- com.squareup.okio:okio:2.10.0 (*)
-|         +--- org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.8.0
-|         +--- com.github.ben-manes.caffeine:caffeine:3.1.0
-|         |    +--- org.checkerframework:checker-qual:3.21.4 -> 3.33.0
-|         |    \--- com.google.errorprone:error_prone_annotations:2.13.1 -> 2.18.0
-|         +--- com.autonomousapps:antlr:4.10.1.5
-|         +--- com.autonomousapps:asm-relocated:9.6.0.0
-|         +--- com.google.guava:guava:31.1-jre -> 32.0.1-jre (*)
-|         +--- javax.inject:javax.inject:1
-|         +--- com.squareup.moshi:moshi:1.14.0 (*)
-|         +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.19.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-reflect:1.9.10 -> 1.9.20 (*)
++--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:2.7.0
+|    \--- com.autonomousapps:dependency-analysis-gradle-plugin:2.7.0
+|         +--- org.jetbrains.kotlin:kotlin-bom:1.9.25
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.9.25 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.25 -> 2.0.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-daemon-client:1.9.25 -> 2.0.21 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.25 -> 2.0.21 (c)
+|         +--- com.squareup.okio:okio-bom:3.9.0
+|         |    +--- com.squareup.okio:okio:3.9.0 (c)
+|         |    \--- com.squareup.okio:okio-jvm:3.9.0 (c)
+|         +--- com.autonomousapps:graph-support:0.5
+|         |    +--- com.google.guava:guava:33.3.1-jre
+|         |    |    +--- com.google.guava:failureaccess:1.0.2
+|         |    |    +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+|         |    |    +--- com.google.code.findbugs:jsr305:3.0.2
+|         |    |    +--- org.checkerframework:checker-qual:3.43.0
+|         |    |    +--- com.google.errorprone:error_prone_annotations:2.28.0
+|         |    |    \--- com.google.j2objc:j2objc-annotations:3.0.0
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.0.21 (*)
+|         +--- com.google.guava:guava:33.3.1-jre (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25 (*)
+|         +--- com.autonomousapps:kotlin-editor-relocated:0.18.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.0.21 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.25 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 1.9.25
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.25 (*)
+|         +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.25.1
+|         |    +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.25.1
+|         |    |    +--- com.squareup.moshi:moshi-adapters:1.15.0
+|         |    |    |    +--- com.squareup.moshi:moshi:1.15.0 -> 1.15.1 (*)
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.25 (*)
+|         |    |    +--- com.squareup.moshi:moshi:1.15.0 -> 1.15.1 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.21 (*)
+|         |    +--- com.squareup:kotlinpoet:1.15.1
+|         |    |    \--- com.squareup:kotlinpoet-jvm:1.15.1
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.0.21 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-reflect:1.9.20 -> 1.9.25 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.9.21 -> 1.9.25 (*)
+|         |    +--- com.squareup.moshi:moshi:1.15.0 -> 1.15.1 (*)
+|         |    +--- com.squareup.moshi:moshi-adapters:1.15.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.21 (*)
+|         +--- com.squareup.okio:okio:3.9.0 (*)
+|         +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.21
+|         +--- com.github.ben-manes.caffeine:caffeine:3.1.8
+|         |    +--- org.checkerframework:checker-qual:3.37.0 -> 3.43.0
+|         |    \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.28.0
+|         +--- com.autonomousapps:antlr:4.13.2.0
+|         +--- com.autonomousapps:asm-relocated:9.7.1.0
+|         +--- javax.inject:javax.inject:1
+|         +--- com.squareup.moshi:moshi:1.15.1 (*)
+|         +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.25.1 (*)
+|         \--- org.jetbrains.kotlin:kotlin-reflect:1.9.25 (*)
 +--- com.android.application:com.android.application.gradle.plugin:8.5.1
 |    \--- com.android.tools.build:gradle:8.5.1
 |         +--- com.android.tools.build:gradle-settings-api:8.5.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools:sdk-common:31.5.1
 |         |    +--- com.android.tools.analytics-library:shared:31.5.1
 |         |    |    +--- com.android.tools:common:31.5.1
-|         |    |    |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    |    |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
-|         |    |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         |    +--- com.android.tools:sdklib:31.5.1
 |         |    |    \--- com.android.tools:repository:31.5.1
 |         |    |         +--- com.google.jimfs:jimfs:1.1
-|         |    |         |    \--- com.google.guava:guava:18.0 -> 32.0.1-jre (*)
+|         |    |         |    \--- com.google.guava:guava:18.0 -> 33.3.1-jre (*)
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
-|         |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.9.20 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.9.20 -> 1.9.25 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.build:aaptcompiler:8.5.1
-|         |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.analytics-library:crash:31.5.1
-|         |    \--- com.google.guava:guava:32.0.1-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
 |         +--- com.android.tools.lint:lint-model:31.5.1
 |         |    +--- com.android.tools.build:builder-model:8.5.1
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.lint:lint-typedef-remover:31.5.1
-|         |    \--- com.google.guava:guava:32.0.1-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
 |         +--- androidx.databinding:databinding-compiler-common:8.5.1
-|         |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.build:builder-test-api:8.5.1
-|         |    \--- com.google.guava:guava:32.0.1-jre (*)
+|         |    \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
 |         +--- com.android.tools.utp:android-test-plugin-host-emulator-control-proto:31.5.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.utp:android-test-plugin-host-retention-proto:31.5.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.5.1
-|         |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
 |         |    +--- io.grpc:grpc-core:1.57.0
 |         |    |    +--- io.grpc:grpc-api:1.57.0
-|         |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0
+|         |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0
-|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*)
+|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 33.3.1-jre (*)
-|         |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0
+|         |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0
-|         |    |    \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*)
+|         |    |    \--- com.google.guava:guava:32.0.1-android -> 33.3.1-jre (*)
 |         |    +--- io.grpc:grpc-netty:1.57.0
-|         |    |    +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*)
+|         |    |    +--- com.google.guava:guava:32.0.1-android -> 33.3.1-jre (*)
-|         |    |    \--- com.google.errorprone:error_prone_annotations:2.18.0
+|         |    |    \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0
 |         |    +--- io.grpc:grpc-protobuf:1.57.0
 |         |    |    +--- io.grpc:grpc-protobuf-lite:1.57.0
-|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*)
+|         |    |    |    \--- com.google.guava:guava:32.0.1-android -> 33.3.1-jre (*)
-|         |    |    \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*)
+|         |    |    \--- com.google.guava:guava:32.0.1-android -> 33.3.1-jre (*)
 |         |    \--- io.grpc:grpc-stub:1.57.0
-|         |         +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*)
+|         |         +--- com.google.guava:guava:32.0.1-android -> 33.3.1-jre (*)
-|         |         \--- com.google.errorprone:error_prone_annotations:2.18.0
+|         |         \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0
-|         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         +--- com.android.tools.build:bundletool:1.16.0
-|         |    +--- com.google.errorprone:error_prone_annotations:2.3.1 -> 2.18.0
+|         |    +--- com.google.errorprone:error_prone_annotations:2.3.1 -> 2.28.0
-|         |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
 |         |    \--- com.google.protobuf:protobuf-java-util:3.22.3
-|         |         +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.18.0
+|         |         +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.28.0
-|         |         +--- com.google.guava:guava:31.1-jre -> 32.0.1-jre (*)
+|         |         +--- com.google.guava:guava:31.1-jre -> 33.3.1-jre (*)
-|         |         \--- com.google.j2objc:j2objc-annotations:1.3 -> 2.8
+|         |         \--- com.google.j2objc:j2objc-annotations:1.3 -> 3.0.0
 |         +--- org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2
-|         |    \--- org.checkerframework:checker-qual:2.5.8 -> 3.33.0
+|         |    \--- org.checkerframework:checker-qual:2.5.8 -> 3.43.0
 |         +--- com.android.tools.build:builder:8.5.1
 |         |    +--- com.android.tools.analytics-library:tracker:31.5.1
-|         |    |    +--- com.google.guava:guava:32.0.1-jre (*)
+|         |    |    +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         |    +--- com.android.tools.build:manifest-merger:31.5.1
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 |         |    \--- com.android.tools.build:apkzlib:8.5.1
-|         |         \--- com.google.guava:guava:32.0.1-jre (*)
+|         |         \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
 |         \--- com.android.tools.build:gradle-api:8.5.1
-|              +--- com.google.guava:guava:32.0.1-jre (*)
+|              +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*)
-|              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.25 (*)
 +--- 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
-|              \--- com.squareup:kotlinpoet:1.14.2 (*)
+|              \--- com.squareup:kotlinpoet:1.14.2 -> 1.15.1 (*)
 \--- com.google.gms.google-services:com.google.gms.google-services.gradle.plugin:4.4.0
      \--- com.google.gms:google-services:4.4.0
           +--- com.google.android.gms:strict-version-matcher-plugin:1.2.4
-          |    +--- com.google.guava:guava:27.0.1-jre -> 32.0.1-jre (*)
+          |    +--- com.google.guava:guava:27.0.1-jre -> 33.3.1-jre (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.9.20 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.9.25 (*)
-          +--- com.google.guava:guava:27.0.1-jre -> 32.0.1-jre (*)
+          +--- com.google.guava:guava:27.0.1-jre -> 33.3.1-jre (*)
-          \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22 -> 1.9.20 (*)
+          \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22 -> 1.9.25 (*)

@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
Commit793d626
Direct Downloadwoocommerce-wear-prototype-build-pr13296-793d626.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
Commit793d626
Direct Downloadwoocommerce-prototype-build-pr13296-793d626.apk

@ParaskP7
Copy link
Contributor

FYI: No need to worry about updating this plugin now as it requires some manual changes that I've planned to handle next week (p1737674922836669-slack-CC7L49W13), it being a major release and all. Closing for now.

@ParaskP7 ParaskP7 closed this Jan 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2025

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

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

@dependabot dependabot bot deleted the dependabot/gradle/com.autonomousapps.dependency-analysis-2.7.0 branch January 24, 2025 07:31
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