Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps androidx-room from 2.7.2 to 2.8.2.
Updates androidx.room:room-compiler from 2.7.2 to 2.8.2

Updates androidx.room:room-ktx from 2.7.2 to 2.8.2

Updates androidx.room:room-runtime from 2.7.2 to 2.8.2

Updates androidx.room:room-testing from 2.7.2 to 2.8.2

Updates androidx.room from 2.7.2 to 2.8.2

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)

@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Oct 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 14, 2025 18:02
@dependabot dependabot bot requested review from malinajirka and removed request for a team October 14, 2025 18:02
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Oct 14, 2025
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Oct 14, 2025

Project manifest changes for WooCommerce

The following changes in the WooCommerce's merged AndroidManifest.xml file were detected (build variant: vanillaRelease):

--- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt	2025-10-17 08:06:02.655191102 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt	2025-10-17 08:06:38.425378584 +0000
@@ -712,9 +712,21 @@
             <intent-filter>
                 <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
             </intent-filter>
-        </receiver>
+        </receiver> <!-- '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"
+            android:exported="false" />
+        <provider
+            android:name="io.sentry.android.core.SentryPerformanceProvider"
+            android:authorities="com.woocommerce.android.SentryPerformanceProvider"
+            android:exported="false"
+            android:initOrder="200" />
 
         <activity
+            android:name="androidx.compose.ui.tooling.PreviewActivity"
+            android:exported="true" />
+        <activity
             android:name="com.stripe.stripeterminal.internal.common.usb.UsbEventReceiverActivity"
             android:excludeFromRecents="true"
             android:exported="false"
@@ -731,24 +743,6 @@
                 android:resource="@xml/usb_device_filter" />
         </activity>
 
-        <service
-            android:name="androidx.room.MultiInstanceInvalidationService"
-            android:directBootAware="true"
-            android:exported="false" /> <!-- '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"
-            android:exported="false" />
-        <provider
-            android:name="io.sentry.android.core.SentryPerformanceProvider"
-            android:authorities="com.woocommerce.android.SentryPerformanceProvider"
-            android:exported="false"
-            android:initOrder="200" />
-
-        <activity
-            android:name="androidx.compose.ui.tooling.PreviewActivity"
-            android:exported="true" />
-
         <uses-library
             android:name="android.ext.adservices"
             android:required="false" />
@@ -769,6 +763,12 @@
                 android:name="android.support.FILE_PROVIDER_PATHS"
                 android:resource="@xml/belvedere_attachment_storage_v2" />
         </provider>
+
+        <service
+            android:name="androidx.room.MultiInstanceInvalidationService"
+            android:directBootAware="true"
+            android:exported="false" />
+
         <provider
             android:name="com.google.firebase.provider.FirebaseInitProvider"
             android:authorities="com.woocommerce.android.firebaseinitprovider"

Go to https://buildkite.com/automattic/woocommerce-android/builds/32862/canvas?sid=0199f12f-eb45-404a-ab82-e362f5df98b5, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Oct 14, 2025

Project dependencies changes

list
! Upgraded Dependencies
androidx.annotation:annotation-experimental:1.5.0, (changed from 1.4.1)
androidx.room:room-common:2.8.2, (changed from 2.7.2)
androidx.room:room-common-jvm:2.8.2, (changed from 2.7.2)
androidx.room:room-ktx:2.8.2, (changed from 2.7.2)
androidx.room:room-runtime:2.8.2, (changed from 2.7.2)
androidx.room:room-runtime-android:2.8.2, (changed from 2.7.2)
androidx.sqlite:sqlite:2.6.1, (changed from 2.5.1)
androidx.sqlite:sqlite-android:2.6.1, (changed from 2.5.1)
androidx.sqlite:sqlite-framework:2.6.1, (changed from 2.5.1)
androidx.sqlite:sqlite-framework-android:2.6.1, (changed from 2.5.1)
tree
 +--- com.google.firebase:firebase-messaging -> 25.0.0
 |    \--- com.google.firebase:firebase-common:22.0.0
 |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 -> 1.10.2
 |              \--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0
 |                   \--- com.google.android.gms:play-services-basement:18.4.0 -> 18.5.0
 |                        +--- androidx.core:core:1.2.0 -> 1.16.0
-|                        |    \--- androidx.annotation:annotation-experimental:1.4.1
-|                        |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.2.20 (*)
+|                        |    \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0
+|                        |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
+|                        |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.20 (c)
 |                        \--- androidx.fragment:fragment:1.1.0 -> 1.8.7
-|                             \--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+|                             \--- androidx.annotation:annotation-experimental:1.4.0 -> 1.5.0 (*)
 +--- com.google.android.material:material:1.12.0
-|    +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*)
+|    +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.5.0 (*)
 |    \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02
-|         \--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.1 (*)
+|         \--- androidx.annotation:annotation-experimental:1.3.0 -> 1.5.0 (*)
 +--- androidx.compose.material3:material3:1.3.2
 |    \--- androidx.compose.material3:material3-android:1.3.2
 |         +--- androidx.activity:activity-compose:1.8.2
 |         |    +--- androidx.compose.runtime:runtime:1.0.1 -> 1.9.0
 |         |    |    \--- androidx.compose.runtime:runtime-android:1.9.0
-|         |    |         \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         |    |         \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |         |    \--- androidx.compose.ui:ui:1.0.1 -> 1.9.0
 |         |         \--- androidx.compose.ui:ui-android:1.9.0
-|         |              +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         |              +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |         |              +--- androidx.compose.ui:ui-geometry:1.9.0
 |         |              |    \--- androidx.compose.ui:ui-geometry-android:1.9.0
 |         |              |         \--- androidx.compose.ui:ui-util:1.9.0
 |         |              |              \--- androidx.compose.ui:ui-util-android:1.9.0
-|         |              |                   \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         |              |                   \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |         |              +--- androidx.compose.ui:ui-graphics:1.9.0
 |         |              |    \--- androidx.compose.ui:ui-graphics-android:1.9.0
-|         |              |         +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         |              |         +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |         |              |         \--- androidx.compose.ui:ui-unit:1.9.0
 |         |              |              \--- androidx.compose.ui:ui-unit-android:1.9.0
-|         |              |                   \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         |              |                   \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |         |              \--- androidx.compose.ui:ui-text:1.9.0
 |         |                   \--- androidx.compose.ui:ui-text-android:1.9.0
-|         |                        \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         |                        \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
-|         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+|         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.5.0 (*)
 |         \--- androidx.compose.foundation:foundation:1.7.0 -> 1.9.0
 |              \--- androidx.compose.foundation:foundation-android:1.9.0
-|                   +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|                   +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |                   \--- androidx.compose.animation:animation:1.9.0
 |                        \--- androidx.compose.animation:animation-android:1.9.0
-|                             +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|                             +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |                             \--- androidx.compose.foundation:foundation-layout:1.9.0
 |                                  \--- androidx.compose.foundation:foundation-layout-android:1.9.0
-|                                       \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|                                       \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 +--- androidx.navigation:navigation-fragment:2.9.5
 |    \--- androidx.navigation:navigation-runtime:2.9.5
 |         \--- androidx.navigation:navigation-runtime-android:2.9.5
-|              \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|              \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 +--- androidx.work:work-runtime-ktx:2.10.5
 |    \--- androidx.work:work-runtime:2.10.5
-|         +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
-|         \--- androidx.room:room-ktx:2.6.1 -> 2.7.2
-|              +--- androidx.room:room-common:2.7.2
-|              |    \--- androidx.room:room-common-jvm:2.7.2
-|              |         +--- androidx.annotation:annotation:1.9.1 (*)
-|              |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-|              |         +--- androidx.room:room-ktx:2.7.2 (c)
-|              |         +--- androidx.room:room-runtime:2.7.2 (c)
-|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (c)
-|              +--- androidx.room:room-runtime:2.7.2
-|              |    \--- androidx.room:room-runtime-android:2.7.2
-|              |         +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-|              |         +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-|              |         +--- androidx.arch.core:core-runtime:2.2.0 (*)
-|              |         +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-|              |         +--- androidx.room:room-common:2.7.2 (*)
-|              |         +--- androidx.sqlite:sqlite:2.5.1
-|              |         |    \--- androidx.sqlite:sqlite-android:2.5.1
-|              |         |         +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-|              |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-|              |         |         +--- androidx.sqlite:sqlite-framework:2.5.1 (c)
-|              |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (c)
-|              |         +--- androidx.sqlite:sqlite-framework:2.5.1
-|              |         |    \--- androidx.sqlite:sqlite-framework-android:2.5.1
-|              |         |         +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-|              |         |         +--- androidx.sqlite:sqlite:2.5.1 (*)
-|              |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-|              |         |         +--- androidx.sqlite:sqlite:2.5.1 (c)
-|              |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (c)
-|              |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-|              |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
-|              |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-|              |         +--- org.jspecify:jspecify:1.0.0
-|              |         +--- androidx.room:room-common:2.7.2 (c)
-|              |         +--- androidx.room:room-ktx:2.7.2 (c)
-|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (c)
-|              +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
-|              +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
-|              +--- androidx.room:room-common:2.7.2 (c)
-|              +--- androidx.room:room-runtime:2.7.2 (c)
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.20 (c)
+|         \--- androidx.room:room-ktx:2.6.1 -> 2.8.2
+|              +--- androidx.room:room-common:2.8.2
+|              |    \--- androidx.room:room-common-jvm:2.8.2
+|              |         +--- androidx.annotation:annotation:1.9.1 (*)
+|              |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
+|              |         +--- androidx.room:room-ktx:2.8.2 (c)
+|              |         +--- androidx.room:room-runtime:2.8.2 (c)
+|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (c)
+|              +--- androidx.room:room-runtime:2.8.2
+|              |    \--- androidx.room:room-runtime-android:2.8.2
+|              |         +--- androidx.annotation:annotation:1.9.1 (*)
+|              |         +--- androidx.annotation:annotation-experimental:1.5.0 (*)
+|              |         +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|              |         +--- androidx.collection:collection:1.5.0 (*)
+|              |         +--- androidx.room:room-common:2.8.2 (*)
+|              |         +--- androidx.sqlite:sqlite:2.6.1
+|              |         |    \--- androidx.sqlite:sqlite-android:2.6.1
+|              |         |         +--- androidx.annotation:annotation:1.9.1 (*)
+|              |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
+|              |         |         +--- androidx.sqlite:sqlite-framework:2.6.1 (c)
+|              |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (c)
+|              |         +--- androidx.sqlite:sqlite-framework:2.6.1
+|              |         |    \--- androidx.sqlite:sqlite-framework-android:2.6.1
+|              |         |         +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+|              |         |         +--- androidx.sqlite:sqlite:2.6.1 (*)
+|              |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
+|              |         |         +--- androidx.sqlite:sqlite:2.6.1 (c)
+|              |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (c)
+|              |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
+|              |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+|              |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+|              |         +--- org.jspecify:jspecify:1.0.0
+|              |         +--- androidx.room:room-common:2.8.2 (c)
+|              |         +--- androidx.room:room-ktx:2.8.2 (c)
+|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (c)
+|              +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.20 (*)
+|              +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+|              +--- androidx.room:room-common:2.8.2 (c)
+|              +--- androidx.room:room-runtime:2.8.2 (c)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.20 (c)
 +--- com.automattic:encryptedlogging:1.1.1
-|    +--- androidx.room:room-runtime:2.7.2 (*)
+|    +--- androidx.room:room-runtime:2.7.2 -> 2.8.2 (*)
-|    \--- androidx.room:room-ktx:2.7.2 (*)
+|    \--- androidx.room:room-ktx:2.7.2 -> 2.8.2 (*)
 +--- project :libs:fluxc
-|    \--- androidx.room:room-runtime:2.7.2 (*)
+|    \--- androidx.room:room-runtime:2.8.2 (*)
 +--- project :libs:fluxc-plugin
-|    \--- androidx.room:room-runtime:2.7.2 (*)
+|    \--- androidx.room:room-runtime:2.8.2 (*)
 +--- project :libs:cardreader
 |    \--- com.stripe:stripeterminal-core:4.6.0
 |         \--- com.stripe:stripeterminal-internal-common:4.6.0
 |              +--- app.cash.sqldelight:android-driver:2.0.2
-|              |    +--- androidx.sqlite:sqlite-framework:2.4.0 -> 2.5.1 (*)
+|              |    +--- androidx.sqlite:sqlite-framework:2.4.0 -> 2.6.1 (*)
-|              |    \--- androidx.sqlite:sqlite:2.4.0 -> 2.5.1 (*)
+|              |    \--- androidx.sqlite:sqlite:2.4.0 -> 2.6.1 (*)
-|              +--- androidx.room:room-runtime:2.6.1 -> 2.7.2 (*)
+|              +--- androidx.room:room-runtime:2.6.1 -> 2.8.2 (*)
-|              \--- androidx.room:room-ktx:2.6.1 -> 2.7.2 (*)
+|              \--- androidx.room:room-ktx:2.6.1 -> 2.8.2 (*)
 +--- com.automattic:about:1.7.0
 |    \--- androidx.compose.ui:ui-tooling:1.6.6 -> 1.9.0
 |         \--- androidx.compose.ui:ui-tooling-android:1.9.0
 |              +--- androidx.compose.material:material:1.0.0 -> 1.8.3
 |              |    \--- androidx.compose.material:material-android:1.8.3
-|              |         \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|              |         \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |              \--- androidx.compose.ui:ui-tooling-data:1.9.0
 |                   \--- androidx.compose.ui:ui-tooling-data-android:1.9.0
-|                        \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|                        \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 +--- com.google.dagger:hilt-android:2.57.2
-|    \--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*)
+|    \--- androidx.annotation:annotation-experimental:1.3.1 -> 1.5.0 (*)
 +--- androidx.camera:camera-lifecycle:1.5.1
-|    +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|    +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |    \--- androidx.camera:camera-core:1.5.1
-|         \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 +--- androidx.camera:camera-view:1.5.1
-|    +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|    +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 |    \--- androidx.camera:camera-video:1.5.1
-|         \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|         \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
 \--- androidx.camera:camera-camera2:1.5.1
-     \--- androidx.annotation:annotation-experimental:1.4.1 (*)
+     \--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)

Build environment changes

list
! Upgraded Dependencies
androidx.room:androidx.room.gradle.plugin:2.8.2, (changed from 2.7.2)
androidx.room:room-gradle-plugin:2.8.2, (changed from 2.7.2)
tree
-\--- androidx.room:androidx.room.gradle.plugin:2.7.2
-     \--- androidx.room:room-gradle-plugin:2.7.2
-          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.10 (*)
-          \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.2.10 (c)
+\--- androidx.room:androidx.room.gradle.plugin:2.8.2
+     \--- androidx.room:room-gradle-plugin:2.8.2
+          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.10 (*)
+          \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (c)

@hichamboushaba
Copy link
Member

hichamboushaba commented Oct 15, 2025

@JorgeMucientes I did a small test, and it seems the Kotlin update we are tackling in the other PR #14345 will hopefully fix the build issue of this PR, so I would recommend waiting until the other is merged, then rebase this PR.

@JorgeMucientes JorgeMucientes requested review from JorgeMucientes and removed request for malinajirka October 15, 2025 14:32
@hichamboushaba
Copy link
Member

@dependabot rebase

Bumps `androidx-room` from 2.7.2 to 2.8.2.

Updates `androidx.room:room-compiler` from 2.7.2 to 2.8.2

Updates `androidx.room:room-ktx` from 2.7.2 to 2.8.2

Updates `androidx.room:room-runtime` from 2.7.2 to 2.8.2

Updates `androidx.room:room-testing` from 2.7.2 to 2.8.2

Updates `androidx.room` from 2.7.2 to 2.8.2

---
updated-dependencies:
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-testing
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/androidx-room-2.8.2 branch from d28a10e to f2aa10d Compare October 17, 2025 08:01
@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 NameWooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commitf2aa10d
Direct Downloadwoocommerce-wear-prototype-build-pr14755-f2aa10d.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 NameWooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Commitf2aa10d
Direct Downloadwoocommerce-prototype-build-pr14755-f2aa10d.apk

@hichamboushaba hichamboushaba added this to the 23.6 milestone Oct 17, 2025
Copy link
Member

@hichamboushaba hichamboushaba left a comment

Choose a reason for hiding this comment

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

LGTM

@hichamboushaba hichamboushaba merged commit 95fd6da into trunk Oct 17, 2025
17 checks passed
@hichamboushaba hichamboushaba deleted the dependabot/gradle/androidx-room-2.8.2 branch October 17, 2025 14:28
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