Skip to content

Commit 95d13b6

Browse files
fix(deps): update dependency com.google.guava:guava to v33.5.0-jre
1 parent 39e44a3 commit 95d13b6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ext {
109109
dependencies {
110110
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
111111

112-
implementation 'com.google.guava:guava:33.4.8-jre'
112+
implementation 'com.google.guava:guava:33.5.0-jre'
113113
implementation ('commons-httpclient:commons-httpclient:3.1') {
114114
exclude group: 'commons-logging', module: 'commons-logging'
115115
}

gradle/verification-metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
1111
<trust file=".*android-library-2.21.0.module" regex="true" reason="CodeQL fails to resolve this and write it to the metadata"/>
1212
</trusted-artifacts>
13+
<ignored-keys>
14+
<ignored-key id="340B090F727518D8" reason="Key couldn't be downloaded from any key server"/>
15+
</ignored-keys>
1316
<trusted-keys>
1417
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
1518
<trusting group="org.glassfish.jaxb"/>
@@ -11748,6 +11751,11 @@
1174811751
<sha256 value="58a3357303069a21930e7b9fe9b864de8bfb8bd4607433dbe48263459620cffc" origin="Generated by Gradle"/>
1174911752
</artifact>
1175011753
</component>
11754+
<component group="com.google.guava" name="guava" version="33.5.0-jre">
11755+
<artifact name="guava-33.5.0-android.jar">
11756+
<sha256 value="e380b435404653753e894be80ee6fdd5252d55b07f663d8a004b4e5898ecfaa0" origin="Generated by Gradle" reason="Artifact is not signed"/>
11757+
</artifact>
11758+
</component>
1175111759
<component group="com.google.guava" name="guava-parent" version="26.0-android">
1175211760
<artifact name="guava-parent-26.0-android.pom">
1175311761
<sha256 value="f8698ab46ca996ce889c1afc8ca4f25eb8ac6b034dc898d4583742360016cc04" origin="Generated by Gradle"/>
@@ -11808,6 +11816,14 @@
1180811816
<sha256 value="23b3d039e168ad89dd114698e6dd7be383f4a2c577b8877d82c73a6515e74a17" origin="Generated by Gradle"/>
1180911817
</artifact>
1181011818
</component>
11819+
<component group="com.google.j2objc" name="j2objc-annotations" version="3.1">
11820+
<artifact name="j2objc-annotations-3.1.jar">
11821+
<sha256 value="84d3a150518485f8140ea99b8a985656749629f6433c92b80c75b36aba3b099b" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11822+
</artifact>
11823+
<artifact name="j2objc-annotations-3.1.pom">
11824+
<sha256 value="14570838500034fc1b47c8205ce1c9d6b255c1ccdd2d1afdcdcbf75e89b24a33" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11825+
</artifact>
11826+
</component>
1181111827
<component group="com.google.jimfs" name="jimfs" version="1.1">
1181211828
<artifact name="jimfs-1.1.jar">
1181311829
<sha256 value="c4828e28d7c0a930af9387510b3bada7daa5c04d7c25a75c7b8b081f1c257ddd" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)