Skip to content

Commit b8045d3

Browse files
opensearch-trigger-bot[bot]github-actions[bot]mend-for-github-com[bot]
authored
[Backport 2.x] fix(deps): update dependency com.google.guava:guava to v33.4.5-jre (#1088)
fix(deps): update dependency com.google.guava:guava to v33.4.5-jre (#1086) (cherry picked from commit 7a6553f) 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>
1 parent c111299 commit b8045d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ dependencies {
208208

209209
configurations.all {
210210
resolutionStrategy {
211-
force("com.google.guava:guava:33.4.0-jre") // CVE for 31.1, keep to force transitive dependencies
211+
force("com.google.guava:guava:33.4.5-jre") // CVE for 31.1, keep to force transitive dependencies
212212
}
213213
}
214214
}

0 commit comments

Comments
 (0)