Skip to content

Commit

Permalink
[Backport 2.x] fix(deps): update dependency com.google.guava:guava to…
Browse files Browse the repository at this point in the history
… v33.3.1-jre (#888)

fix(deps): update dependency com.google.guava:guava to v33.3.1-jre (#879)



(cherry picked from commit 5059b36)

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 28, 2024
1 parent e6b5a9c commit 3fdceca
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 @@ -184,7 +184,7 @@ dependencies {

configurations.all {
resolutionStrategy {
force("com.google.guava:guava:33.3.0-jre") // CVE for 31.1, keep to force transitive dependencies
force("com.google.guava:guava:33.3.1-jre") // CVE for 31.1, keep to force transitive dependencies
force("com.fasterxml.jackson.core:jackson-core:2.17.2") // Dependency Jar Hell
}
}
Expand Down

0 comments on commit 3fdceca

Please sign in to comment.