-
Notifications
You must be signed in to change notification settings - Fork 135
Bump com.autonomousapps.dependency-analysis from 3.0.2 to 3.1.0 #14936
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
base: trunk
Are you sure you want to change the base?
Bump com.autonomousapps.dependency-analysis from 3.0.2 to 3.1.0 #14936
Conversation
Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 3.0.2 to 3.1.0. - [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: com.autonomousapps.dependency-analysis dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Generated by 🚫 Danger |
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2025-11-11 18:06:01.673059679 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2025-11-11 18:06:27.463120676 +0000
@@ -78,19 +78,19 @@
android:name="android.permission.HIDE_OVERLAY_WINDOWS"
android:minSdkVersion="31" />
<uses-permission android:name="android.permission.USE_BIOMETRIC" /> <!-- suppress DeprecatedClassUsageInspection -->
- <uses-permission android:name="android.permission.USE_FINGERPRINT" />
- <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" /> <!-- Required by older versions of Google Play services to create IID tokens -->
+ <uses-permission android:name="android.permission.USE_FINGERPRINT" /> <!-- Required by older versions of Google Play services to create IID tokens -->
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
+ <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
- <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
- <uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
<permission
android:name="com.woocommerce.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
android:protectionLevel="signature" />
<uses-permission android:name="com.woocommerce.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
+ <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
+ <uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
<application
android:name="com.woocommerce.android.WooCommerceRelease"
@@ -539,21 +539,9 @@
android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
android:visibleToInstantApps="true" />
- <receiver
- android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
- android:enabled="true"
- android:exported="false" >
- </receiver>
-
- <service
- android:name="com.google.android.gms.measurement.AppMeasurementService"
- android:enabled="true"
- android:exported="false" />
- <service
- android:name="com.google.android.gms.measurement.AppMeasurementJobService"
- android:enabled="true"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE" />
+ <meta-data
+ android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
+ android:value="GlideModule" />
<receiver
android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
@@ -615,19 +603,21 @@
android:value="com.google.firebase.components.ComponentRegistrar" />
</service>
- <provider
- android:name="zendesk.core.MediaFileProvider"
- android:authorities="com.woocommerce.android.zendesk.sdk.user.attachments"
- android:exported="false"
- android:grantUriPermissions="true" >
- <meta-data
- android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/zendesk_user_attachments" />
- </provider>
+ <receiver
+ android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
+ android:enabled="true"
+ android:exported="false" >
+ </receiver>
- <meta-data
- android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
- android:value="GlideModule" />
+ <service
+ android:name="com.google.android.gms.measurement.AppMeasurementService"
+ android:enabled="true"
+ android:exported="false" />
+ <service
+ android:name="com.google.android.gms.measurement.AppMeasurementJobService"
+ android:enabled="true"
+ android:exported="false"
+ android:permission="android.permission.BIND_JOB_SERVICE" />
<activity
android:name="com.google.android.gms.common.api.GoogleApiActivity"
@@ -726,6 +716,16 @@
</intent-filter>
</receiver>
+ <provider
+ android:name="zendesk.core.MediaFileProvider"
+ android:authorities="com.woocommerce.android.zendesk.sdk.user.attachments"
+ android:exported="false"
+ android:grantUriPermissions="true" >
+ <meta-data
+ android:name="android.support.FILE_PROVIDER_PATHS"
+ android:resource="@xml/zendesk_user_attachments" />
+ </provider>
+
<meta-data
android:name="io.sentry.auto-init"
android:value="false" />
@@ -745,6 +745,14 @@
<activity
android:name="androidx.compose.ui.tooling.PreviewActivity"
android:exported="true" />
+
+ <uses-library
+ android:name="androidx.window.extensions"
+ android:required="false" />
+ <uses-library
+ android:name="androidx.window.sidecar"
+ android:required="false" />
+
<activity
android:name="com.stripe.stripeterminal.internal.common.usb.UsbEventReceiverActivity"
android:excludeFromRecents="true"
@@ -762,13 +770,6 @@
android:resource="@xml/usb_device_filter" />
</activity>
- <uses-library
- android:name="androidx.window.extensions"
- android:required="false" />
- <uses-library
- android:name="androidx.window.sidecar"
- android:required="false" />
-
<service
android:name="androidx.room.MultiInstanceInvalidationService"
android:directBootAware="true"Go to https://buildkite.com/automattic/woocommerce-android/builds/33610/canvas?sid=019a7415-003c-4aba-b857-ac7ce7f10d7b, click on the |
Project manifest changes for WooCommerce-WearThe following changes in the --- ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/base_manifest.txt 2025-11-11 18:06:40.723153582 +0000
+++ ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/head_manifest.txt 2025-11-11 18:06:51.933182787 +0000
@@ -300,7 +300,10 @@
<activity
android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:exported="false"
- android:theme="@android:style/Theme.Translucent.NoTitleBar" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+ <activity
+ android:name="androidx.compose.ui.tooling.PreviewActivity"
+ android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
<provider
android:name="io.sentry.android.core.SentryInitProvider"
android:authorities="com.woocommerce.android.SentryInitProvider"
@@ -311,10 +314,6 @@
android:exported="false"
android:initOrder="200" />
- <activity
- android:name="androidx.compose.ui.tooling.PreviewActivity"
- android:exported="true" />
-
<uses-library
android:name="androidx.window.extensions"
android:required="false" />Go to https://buildkite.com/automattic/woocommerce-android/builds/33610/canvas?sid=019a7415-003c-4aba-b857-ac7ce7f10d7b, click on the |
Build environment changeslist! Upgraded Dependencies
com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.1.0, (changed from 3.0.2)
com.autonomousapps:asm-relocated:9.9.0, (changed from 9.7.1.0)
com.autonomousapps:dependency-analysis-gradle-plugin:3.1.0, (changed from 3.0.2)
com.autonomousapps:graph-support:0.8.3, (changed from 0.8.1)
com.autonomousapps:variant-artifacts:0.3.3, (changed from 0.3.1)tree-\--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.0.2
- \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.0.2
- +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
- | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
- | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0 (c)
- | +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (c)
- | +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.21 (c)
- | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -> 2.2.0 (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.8.1
- | +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
- | +--- 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
- | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
- +--- com.autonomousapps:variant-artifacts:0.3.1
- | +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
- +--- com.google.guava:guava:33.4.8-jre (*)
- +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0
- | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0
- | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
- +--- 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.10 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
- | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.2.0
- | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
- +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
- | +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
- | | +--- com.squareup.moshi:moshi-adapters:1.15.2
- | | | +--- com.squareup.moshi:moshi:1.15.2 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
- | | +--- com.squareup.moshi:moshi:1.15.2 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
- | +--- com.squareup:kotlinpoet:2.1.0
- | | \--- com.squareup:kotlinpoet-jvm:2.1.0
- | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
- | | \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.2.0 (*)
- | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 -> 2.2.0 (*)
- | +--- com.squareup.moshi:moshi:1.15.2 (*)
- | +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
- +--- com.squareup.okio:okio:3.15.0 (*)
- +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.1.21
- +--- 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.7.1.0
- +--- javax.inject:javax.inject:1
- +--- com.squareup.moshi:moshi:1.15.2 (*)
- +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0 (*)
- \--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (*)
+\--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.1.0
+ \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.1.0
+ +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
+ | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0 (c)
+ | +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (c)
+ | +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.21 (c)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -> 2.2.0 (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.8.3
+ | +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
+ | \--- 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.10 (*)
+ +--- com.google.guava:guava:33.4.8-jre (*)
+ +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0
+ | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
+ +--- 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.10 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+ | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.2.0
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+ +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
+ | +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
+ | | +--- com.squareup.moshi:moshi-adapters:1.15.2
+ | | | +--- com.squareup.moshi:moshi:1.15.2 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+ | | +--- com.squareup.moshi:moshi:1.15.2 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
+ | +--- com.squareup:kotlinpoet:2.1.0
+ | | \--- com.squareup:kotlinpoet-jvm:2.1.0
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.2.0 (*)
+ | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 -> 2.2.0 (*)
+ | +--- com.squareup.moshi:moshi:1.15.2 (*)
+ | +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
+ +--- com.squareup.okio:okio:3.15.0 (*)
+ +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.1.21
+ +--- 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.2.0 (*) |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Bumps com.autonomousapps.dependency-analysis from 3.0.2 to 3.1.0.
Changelog
Sourced from com.autonomousapps.dependency-analysis's changelog.
Commits
0117c34chore: prepare for release 3.1.0.b5cb438fix: use latest version of asm-relocated, for Java 25 support.d274580fix(asm-relocated): update asm to 9.9 for Java 25 support.ebf5cf2fix: Test fixtures in a Spring Boot project are not allowed to have testFixtu...eadc852test: run tests against Gradle 9.1.0.dbc8d7dchore: prepare next development version.404aef3chore: prepare for release 3.0.4.611bf2achore(variant-artifacts): prepare for variant-artifacts release 0.3.3.cfab379chore(graph-support): prepare for graph-support release 0.8.3.b24ee21fix: remove kotlin-stdlib as default dep to ensure correct version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)