Skip to content

build(deps): Bump androidx-credentials from 1.2.0 to 1.5.0 #21752

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps androidx-credentials from 1.2.0 to 1.5.0.
Updates androidx.credentials:credentials from 1.2.0 to 1.5.0

Updates androidx.credentials:credentials-play-services-auth from 1.2.0 to 1.5.0

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 requested review from a team and nbradbury and removed request for a team March 13, 2025 08:51
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Mar 13, 2025
@dangermattic
Copy link
Collaborator

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

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Mar 13, 2025

Project manifest changes for WordPress

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

--- ./build/reports/diff_manifest/WordPress/wordpressVanillaRelease/base_manifest.txt	2025-04-11 17:26:02.974029598 +0000
+++ ./build/reports/diff_manifest/WordPress/wordpressVanillaRelease/head_manifest.txt	2025-04-11 17:26:13.074032708 +0000
@@ -97,6 +97,8 @@
     </queries>
 
     <uses-permission android:name="android.permission.WAKE_LOCK" />
+    <uses-permission android:name="android.permission.USE_BIOMETRIC" /> <!-- suppress DeprecatedClassUsageInspection -->
+    <uses-permission android:name="android.permission.USE_FINGERPRINT" />
 
     <permission
         android:name="org.wordpress.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
@@ -1225,6 +1227,32 @@
             android:exported="false"
             android:initOrder="99" />
 
+        <service
+            android:name="androidx.credentials.playservices.CredentialProviderMetadataHolder"
+            android:enabled="true"
+            android:exported="false" >
+            <meta-data
+                android:name="androidx.credentials.CREDENTIAL_PROVIDER_KEY"
+                android:value="androidx.credentials.playservices.CredentialProviderPlayServicesImpl" />
+        </service>
+
+        <activity
+            android:name="androidx.credentials.playservices.HiddenActivity"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
+            android:enabled="true"
+            android:exported="false"
+            android:fitsSystemWindows="true"
+            android:theme="@style/Theme.Hidden" >
+        </activity>
+        <activity
+            android:name="androidx.credentials.playservices.IdentityCredentialApiHiddenActivity"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
+            android:enabled="true"
+            android:exported="false"
+            android:fitsSystemWindows="true"
+            android:theme="@style/Theme.Hidden" >
+        </activity>
+
         <meta-data
             android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
             android:value="GlideModule" />
@@ -1286,24 +1314,8 @@
                 <action android:name="com.google.firebase.MESSAGING_EVENT" />
             </intent-filter>
         </service>
-        <service
-            android:name="androidx.credentials.playservices.CredentialProviderMetadataHolder"
-            android:enabled="true"
-            android:exported="false" >
-            <meta-data
-                android:name="androidx.credentials.CREDENTIAL_PROVIDER_KEY"
-                android:value="androidx.credentials.playservices.CredentialProviderPlayServicesImpl" />
-        </service>
 
         <activity
-            android:name="androidx.credentials.playservices.HiddenActivity"
-            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
-            android:enabled="true"
-            android:exported="false"
-            android:fitsSystemWindows="true"
-            android:theme="@style/Theme.Hidden" >
-        </activity>
-        <activity
             android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
             android:excludeFromRecents="true"
             android:exported="false"
@@ -1422,16 +1434,6 @@
             </intent-filter>
         </receiver>
 
-        <provider
-            android:name="zendesk.core.MediaFileProvider"
-            android:authorities="org.wordpress.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>
-
         <activity
             android:name="androidx.compose.ui.tooling.PreviewActivity"
             android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
@@ -1444,6 +1446,15 @@
             android:authorities="org.wordpress.android.SentryPerformanceProvider"
             android:exported="false"
             android:initOrder="200" />
+        <provider
+            android:name="zendesk.core.MediaFileProvider"
+            android:authorities="org.wordpress.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>
 
         <service
             android:name="androidx.room.MultiInstanceInvalidationService"

Go to https://buildkite.com/automattic/wordpress-android/builds/21599/canvas?sid=019625de-487d-4271-bc48-edef36f6f98a, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Mar 13, 2025

Project manifest changes for WordPress

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

--- ./build/reports/diff_manifest/WordPress/jetpackVanillaRelease/base_manifest.txt	2025-04-11 17:25:47.545651419 +0000
+++ ./build/reports/diff_manifest/WordPress/jetpackVanillaRelease/head_manifest.txt	2025-04-11 17:25:58.125671904 +0000
@@ -96,6 +96,8 @@
     </queries>
 
     <uses-permission android:name="android.permission.WAKE_LOCK" />
+    <uses-permission android:name="android.permission.USE_BIOMETRIC" /> <!-- suppress DeprecatedClassUsageInspection -->
+    <uses-permission android:name="android.permission.USE_FINGERPRINT" />
 
     <permission
         android:name="com.jetpack.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
@@ -1252,6 +1254,32 @@
             android:exported="false"
             android:initOrder="99" />
 
+        <service
+            android:name="androidx.credentials.playservices.CredentialProviderMetadataHolder"
+            android:enabled="true"
+            android:exported="false" >
+            <meta-data
+                android:name="androidx.credentials.CREDENTIAL_PROVIDER_KEY"
+                android:value="androidx.credentials.playservices.CredentialProviderPlayServicesImpl" />
+        </service>
+
+        <activity
+            android:name="androidx.credentials.playservices.HiddenActivity"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
+            android:enabled="true"
+            android:exported="false"
+            android:fitsSystemWindows="true"
+            android:theme="@style/Theme.Hidden" >
+        </activity>
+        <activity
+            android:name="androidx.credentials.playservices.IdentityCredentialApiHiddenActivity"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
+            android:enabled="true"
+            android:exported="false"
+            android:fitsSystemWindows="true"
+            android:theme="@style/Theme.Hidden" >
+        </activity>
+
         <meta-data
             android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
             android:value="GlideModule" />
@@ -1313,24 +1341,8 @@
                 <action android:name="com.google.firebase.MESSAGING_EVENT" />
             </intent-filter>
         </service>
-        <service
-            android:name="androidx.credentials.playservices.CredentialProviderMetadataHolder"
-            android:enabled="true"
-            android:exported="false" >
-            <meta-data
-                android:name="androidx.credentials.CREDENTIAL_PROVIDER_KEY"
-                android:value="androidx.credentials.playservices.CredentialProviderPlayServicesImpl" />
-        </service>
 
         <activity
-            android:name="androidx.credentials.playservices.HiddenActivity"
-            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
-            android:enabled="true"
-            android:exported="false"
-            android:fitsSystemWindows="true"
-            android:theme="@style/Theme.Hidden" >
-        </activity>
-        <activity
             android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
             android:excludeFromRecents="true"
             android:exported="false"
@@ -1449,16 +1461,6 @@
             </intent-filter>
         </receiver>
 
-        <provider
-            android:name="zendesk.core.MediaFileProvider"
-            android:authorities="com.jetpack.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>
-
         <activity
             android:name="androidx.compose.ui.tooling.PreviewActivity"
             android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
@@ -1471,6 +1473,15 @@
             android:authorities="com.jetpack.android.SentryPerformanceProvider"
             android:exported="false"
             android:initOrder="200" />
+        <provider
+            android:name="zendesk.core.MediaFileProvider"
+            android:authorities="com.jetpack.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>
 
         <service
             android:name="androidx.room.MultiInstanceInvalidationService"

Go to https://buildkite.com/automattic/wordpress-android/builds/21599/canvas?sid=019625de-487d-44f6-a66d-45f7d45f594f, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Mar 13, 2025

Project dependencies changes

list
+ New Dependencies
androidx.biometric:biometric:1.1.0
com.google.android.gms:play-services-auth-blockstore:16.4.0
com.google.android.gms:play-services-identity-credentials:16.0.0-alpha02

! Upgraded Dependencies
androidx.credentials:credentials:1.5.0, (changed from 1.2.0)
androidx.credentials:credentials-play-services-auth:1.5.0, (changed from 1.2.0)
androidx.loader:loader:1.1.0, (changed from 1.0.0)
com.google.android.gms:play-services-auth:21.1.1, (changed from 20.7.0)
com.google.android.gms:play-services-auth-api-phone:18.0.2, (changed from 18.0.1)
com.google.android.gms:play-services-auth-base:18.0.10, (changed from 18.0.4)
com.google.android.gms:play-services-fido:21.0.0, (changed from 20.1.0)
tree
 +--- project :libs:analytics
 |    \--- androidx.preference:preference:1.2.1
 |         +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0
 |         |    \--- androidx.fragment:fragment:1.5.4 -> 1.8.6
-|         |         \--- androidx.loader:loader:1.0.0
-|         |              +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-|         |              +--- androidx.core:core:1.0.0 -> 1.16.0 (*)
-|         |              +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7
-|         |              |    +--- androidx.arch.core:core-common:2.2.0 (*)
-|         |              |    +--- androidx.arch.core:core-runtime:2.2.0 (*)
-|         |              |    +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*)
-|         |              |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7
-|         |              |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*)
-|         |              |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-common:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-process:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-service:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c)
-|         |              |    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c)
-|         |              |    |    \--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c)
-|         |              |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|         |              |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-|         |              |    +--- androidx.lifecycle:lifecycle-common:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-process:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-service:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c)
-|         |              |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c)
-|         |              |    \--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c)
-|         |              \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*)
+|         |         \--- androidx.loader:loader:1.0.0 -> 1.1.0
+|         |              +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+|         |              +--- androidx.core:core:1.0.0 -> 1.16.0 (*)
+|         |              +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.8.7 (*)
+|         |              +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*)
+|         |              \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
 |         +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.8.6
-|         |    \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*)
+|         |    \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7
+|         |         +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         +--- androidx.lifecycle:lifecycle-common:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-process:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-service:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c)
+|         |         \--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c)
 |         \--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
 |              \--- androidx.transition:transition:1.4.1 -> 1.5.0
 |                   \--- androidx.dynamicanimation:dynamicanimation:1.0.0
 |                        \--- androidx.legacy:legacy-support-core-utils:1.0.0
-|                             \--- androidx.loader:loader:1.0.0 (*)
+|                             \--- androidx.loader:loader:1.0.0 -> 1.1.0 (*)
 +--- project :libs:fluxc
 |    \--- androidx.paging:paging-runtime:2.1.2
-|         \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 (*)
+|         \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7
+|              +--- androidx.arch.core:core-common:2.2.0 (*)
+|              +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|              +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*)
+|              +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (*)
+|              +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|              +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+|              +--- androidx.lifecycle:lifecycle-common:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-process:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-service:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c)
+|              +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c)
+|              \--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c)
 +--- project :libs:login
-|    +--- com.google.android.gms:play-services-auth:20.4.1 -> 20.7.0
-|    |    +--- androidx.fragment:fragment:1.0.0 -> 1.8.6 (*)
-|    |    +--- androidx.loader:loader:1.0.0 (*)
-|    |    +--- com.google.android.gms:play-services-auth-api-phone:18.0.1
-|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.5.0
-|    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
-|    |    |    |    +--- androidx.core:core:1.2.0 -> 1.16.0 (*)
-|    |    |    |    +--- androidx.fragment:fragment:1.0.0 -> 1.8.6 (*)
-|    |    |    |    +--- com.google.android.gms:play-services-basement:18.4.0
-|    |    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
-|    |    |    |    |    +--- androidx.core:core:1.2.0 -> 1.16.0 (*)
-|    |    |    |    |    \--- androidx.fragment:fragment:1.1.0 -> 1.8.6 (*)
-|    |    |    |    \--- com.google.android.gms:play-services-tasks:18.2.0
-|    |    |    |         \--- com.google.android.gms:play-services-basement:18.4.0 (*)
-|    |    |    +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-|    |    +--- com.google.android.gms:play-services-auth-base:18.0.4
-|    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
-|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.5.0 (*)
-|    |    |    +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-|    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.5.0 (*)
-|    |    +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.4.0 (*)
-|    |    +--- com.google.android.gms:play-services-fido:20.0.1 -> 20.1.0
-|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.5.0 (*)
-|    |    |    +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-|    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+|    +--- com.google.android.gms:play-services-auth:20.4.1 -> 21.1.1
+|    |    +--- androidx.fragment:fragment:1.5.7 -> 1.8.6 (*)
+|    |    +--- androidx.loader:loader:1.1.0 (*)
+|    |    +--- com.google.android.gms:play-services-auth-api-phone:18.0.2
+|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.5.0
+|    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
+|    |    |    |    +--- androidx.core:core:1.2.0 -> 1.16.0 (*)
+|    |    |    |    +--- androidx.fragment:fragment:1.0.0 -> 1.8.6 (*)
+|    |    |    |    +--- com.google.android.gms:play-services-basement:18.4.0
+|    |    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
+|    |    |    |    |    +--- androidx.core:core:1.2.0 -> 1.16.0 (*)
+|    |    |    |    |    \--- androidx.fragment:fragment:1.1.0 -> 1.8.6 (*)
+|    |    |    |    \--- com.google.android.gms:play-services-tasks:18.2.0
+|    |    |    |         \--- com.google.android.gms:play-services-basement:18.4.0 (*)
+|    |    |    +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.4.0 (*)
+|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+|    |    +--- com.google.android.gms:play-services-auth-base:18.0.10
+|    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*)
+|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.5.0 (*)
+|    |    |    +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.4.0 (*)
+|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+|    |    +--- com.google.android.gms:play-services-base:18.3.0 -> 18.5.0 (*)
+|    |    +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
+|    |    +--- com.google.android.gms:play-services-fido:20.0.1 -> 21.0.0
+|    |    |    +--- com.google.android.gms:play-services-base:18.3.0 -> 18.5.0 (*)
+|    |    |    +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
+|    |    |    +--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0 -> 1.9.10 (*)
+|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+|    |    \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-|    +--- androidx.credentials:credentials:1.2.0
-|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
-|    |    \--- androidx.credentials:credentials-play-services-auth:1.2.0 (c)
+|    +--- androidx.credentials:credentials:1.5.0
+|    |    +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+|    |    +--- androidx.biometric:biometric:1.1.0
+|    |    |    +--- androidx.activity:activity:1.1.0 -> 1.10.1 (*)
+|    |    |    +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.2.0 -> 2.8.7 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 -> 2.8.7 (*)
+|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+|    |    |    +--- androidx.core:core:1.3.2 -> 1.16.0 (*)
+|    |    |    \--- androidx.fragment:fragment:1.2.5 -> 1.8.6 (*)
+|    |    +--- androidx.core:core:1.15.0 -> 1.16.0 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+|    |    +--- androidx.credentials:credentials-play-services-auth:1.5.0 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (c)
-|    \--- androidx.credentials:credentials-play-services-auth:1.2.0
-|         +--- androidx.credentials:credentials:1.2.0 (*)
-|         +--- com.google.android.gms:play-services-auth:20.7.0 (*)
-|         +--- com.google.android.gms:play-services-fido:20.1.0 (*)
-|         +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|         \--- androidx.credentials:credentials:1.2.0 (c)
+|    \--- androidx.credentials:credentials-play-services-auth:1.5.0
+|         +--- androidx.credentials:credentials:1.5.0 (*)
+|         +--- com.google.android.gms:play-services-auth:21.1.1 (*)
+|         +--- com.google.android.gms:play-services-auth-blockstore:16.4.0
+|         |    +--- com.google.android.gms:play-services-base:18.5.0 (*)
+|         |    +--- com.google.android.gms:play-services-basement:18.4.0 (*)
+|         |    +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.10 (*)
+|         +--- com.google.android.gms:play-services-fido:21.0.0 (*)
+|         +--- com.google.android.gms:play-services-identity-credentials:16.0.0-alpha02
+|         |    +--- com.google.android.gms:play-services-base:18.5.0 (*)
+|         |    +--- com.google.android.gms:play-services-basement:18.4.0 (*)
+|         |    +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.10 (*)
+|         +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)
+|         +--- androidx.credentials:credentials:1.5.0 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (c)
-\--- com.google.android.gms:play-services-auth:20.4.1 -> 20.7.0 (*)
+\--- com.google.android.gms:play-services-auth:20.4.1 -> 21.1.1 (*)

Bumps `androidx-credentials` from 1.2.0 to 1.5.0.

Updates `androidx.credentials:credentials` from 1.2.0 to 1.5.0

Updates `androidx.credentials:credentials-play-services-auth` from 1.2.0 to 1.5.0

---
updated-dependencies:
- dependency-name: androidx.credentials:credentials
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.credentials:credentials-play-services-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/androidx-credentials-1.5.0 branch from 1e302fe to 852e8bd Compare April 11, 2025 17:20
@nbradbury
Copy link
Contributor

We'll hold off on this update as it requires considerable changes to login.

@nbradbury nbradbury closed this Apr 11, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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/androidx-credentials-1.5.0 branch April 11, 2025 17:36
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