Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.4.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 09fd9cd commit 44bdbf6
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 @@ -181,7 +181,7 @@ dependencyManagement {
dependencies {
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
// CVE-2018-10237 - Unbounded memory allocation
dependencySet(group: 'com.google.guava', version: '33.2.0-jre') {
dependencySet(group: 'com.google.guava', version: '33.4.0-jre') {
entry 'guava'
}
}
Expand Down

0 comments on commit 44bdbf6

Please sign in to comment.