Skip to content

Commit

Permalink
Update guava to latest 33.3.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters committed Aug 26, 2024
1 parent 7520201 commit 18aa296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
//Fix CVE-2015-7501, CVE-2015-4852
implementation 'org.apache.commons:commons-collections4:4.4'
//Fix CVE-2018-10237
implementation 'com.google.guava:guava:32.0.0-android'
implementation 'com.google.guava:guava:33.3.0-jre'
//Fix CVE-2020-13956
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
//Fix CVE-2022-40152
Expand Down

0 comments on commit 18aa296

Please sign in to comment.