Merge pull request #14825 from nextcloud/renovate/workruntime

fix(deps): update workruntime to v2.10.1
This commit is contained in:
Andy Scherzinger 2025-06-11 23:03:34 +02:00 committed by GitHub
commit f742677a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ buildscript {
mockkVersion = "1.13.17"
prismVersion = "2.0.0"
roomVersion = "2.6.1"
workRuntime = "2.10.0"
workRuntime = "2.10.1"
ciBuild = System.getenv("CI") == "true"
shotTest = System.getenv("SHOT_TEST") == "true"

View File

@ -48,6 +48,7 @@
<trusting group="androidx.fragment"/>
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.savedstate"/>
<trusting group="androidx.work"/>
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>