Merge pull request #13387 from nextcloud/renovate/workruntime

Update workRuntime to v2.9.1
This commit is contained in:
Andy Scherzinger 2024-08-19 09:19:13 +02:00 committed by GitHub
commit 8312e7a868
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.12"
prismVersion = "2.0.0"
roomVersion = "2.6.1"
workRuntime = "2.9.0"
workRuntime = "2.9.1"
ciBuild = System.getenv("CI") == "true"
shotTest = System.getenv("SHOT_TEST") == "true"

View File

@ -250,6 +250,7 @@
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
<trusting group="androidx.webkit" name="webkit" version="1.11.0"/>
<trusting group="androidx.work"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>