Skip to content

Commit

Permalink
fix(deps): update dependency org.robolectric:robolectric to v4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 349eec3 commit 08b4e43
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.robolectric:robolectric:4.13'
testImplementation 'org.robolectric:robolectric:4.14'
}
20 changes: 19 additions & 1 deletion gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</trusted-artifacts>
<ignored-keys>
<ignored-key id="0AA3E5C3D232E79B" reason="Key couldn't be downloaded from any key server"/>
<ignored-key id="F5C81DE10A0B8ECC" reason="Key couldn't be downloaded from any key server"/>
</ignored-keys>
<trusted-keys>
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
Expand Down Expand Up @@ -46,6 +47,7 @@
<trusting group="xml-apis"/>
</trusted-key>
<trusted-key id="2E3A1AFFE42B5F53AF19F780BCF4173966770193" group="org.jetbrains" name="annotations" version="13.0"/>
<trusted-key id="2EE890070AE9318C3AD3520CE08F28E25BD93E9F" group="com.google.testparameterinjector"/>
<trusted-key id="3051D45031E13516A6E8FAFF280D66A55F5316C5">
<trusting group="org.bitbucket.b_c" name="jose4j" version="0.7.0"/>
<trusting group="org.bitbucket.b_c" name="jose4j" version="0.9.5"/>
Expand Down Expand Up @@ -152,7 +154,10 @@
<trusted-key id="B801E2F8EF035068EC1139CC29579F18FA8FD93B" group="com.google.j2objc" name="j2objc-annotations" version="1.3"/>
<trusted-key id="BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567" group="commons-codec" name="commons-codec" version="1.15"/>
<trusted-key id="BCC135FC7ED8214F823D73E97FE9900F412D622E" group="com.google.flatbuffers" name="flatbuffers-java" version="1.12.0"/>
<trusted-key id="BDB5FA4FE719D787FB3D3197F6D4A1D411E9D1AE" group="com.google.guava"/>
<trusted-key id="BDB5FA4FE719D787FB3D3197F6D4A1D411E9D1AE">
<trusting group="com.google.guava"/>
<trusting group="com.google.j2objc" name="j2objc-annotations" version="3.0.0"/>
</trusted-key>
<trusted-key id="C1CBA75EC9BD0BAF8061935459E05CE618187ED4" group="org.xerial" name="sqlite-jdbc" version="3.41.2.2"/>
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
Expand Down Expand Up @@ -4296,6 +4301,11 @@
<pgp value="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA"/>
</artifact>
</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" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.google.guava" name="guava-parent" version="26.0-android">
<artifact name="guava-parent-26.0-android.pom">
<sha256 value="f8698ab46ca996ce889c1afc8ca4f25eb8ac6b034dc898d4583742360016cc04" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -4746,6 +4756,14 @@
<sha256 value="fb40265f982548212ff82e362e59732b2187ec6f0d80182885c14ef1f982827a" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.yaml" name="snakeyaml" version="2.3">
<artifact name="snakeyaml-2.3.jar">
<sha256 value="63a76fe66b652360bd4c2c107e6f0258daa7d4bb492008ba8c26fcd230ff9146" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="snakeyaml-2.3.pom">
<sha256 value="0f5a265a06331b0049e352be32ca322de18b17f3d4dbb70635d40da692e3582f" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="xerces" name="xercesImpl" version="2.12.0">
<artifact name="xercesImpl-2.12.0.jar">
<sha256 value="b50d3a4ca502faa4d1c838acb8aa9480446953421f7327e338c5dda3da5e76d0" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
Expand Down

0 comments on commit 08b4e43

Please sign in to comment.