Skip to content

Commit

Permalink
fix(deps): update workruntime to v2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent d874881 commit 6bf6648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
mockkVersion = "1.13.13"
prismVersion = "2.0.0"
roomVersion = "2.6.1"
workRuntime = "2.9.1"
workRuntime = "2.10.0"

ciBuild = System.getenv("CI") == "true"
shotTest = System.getenv("SHOT_TEST") == "true"
Expand Down
7 changes: 4 additions & 3 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
<trusting group="androidx.recyclerview" name="recyclerview" version="1.3.2"/>
<trusting group="androidx.room"/>
<trusting group="androidx.sqlite"/>
<trusting group="androidx.tracing"/>
<trusting group="androidx.webkit" name="webkit" version="1.10.0"/>
<trusting group="androidx.webkit" name="webkit" version="1.9.0"/>
<trusting group="androidx.work"/>
Expand Down Expand Up @@ -7752,10 +7753,10 @@
</component>
<component group="com.github.nextcloud" name="android-library" version="406b50853375215998190d661110ae8c881a054e">
<artifact name="android-library-406b50853375215998190d661110ae8c881a054e.aar">
<sha256 value="b29e961d64d5f9e6e2e04cac07a23d50a5df0769f76550702cd8a1a29684f23d" origin="Generated by Gradle"/>
<sha256 value="b29e961d64d5f9e6e2e04cac07a23d50a5df0769f76550702cd8a1a29684f23d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-406b50853375215998190d661110ae8c881a054e.module">
<sha256 value="cd34092733bea9249fbe600b31e018c7c4c344f4201df45a1c16035338a505ca" origin="Generated by Gradle"/>
<sha256 value="cd34092733bea9249fbe600b31e018c7c4c344f4201df45a1c16035338a505ca" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="451cddeba122ff4d17dc8f88feb2fd7589f77567">
Expand Down Expand Up @@ -9599,7 +9600,7 @@
</component>
<component group="com.google.guava" name="guava" version="33.3.1-jre">
<artifact name="guava-33.3.1-android.jar">
<sha256 value="2c3e41d1b380f2044d257947a3aa82dabf3ae4b978622745254aa18b6cf89ab0" origin="Generated by Gradle"/>
<sha256 value="2c3e41d1b380f2044d257947a3aa82dabf3ae4b978622745254aa18b6cf89ab0" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="guava-33.3.1-jre.module">
<sha256 value="41858c84753fd96a6b7c51122fccef39558c91cc08264e08506bcf20e0e63733" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 6bf6648

Please sign in to comment.