Skip to content

Commit c0fb1e0

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.6-jre (#1092)
fix(deps): update dependency com.google.guava:guava to v33.4.6-jre (#1090) (cherry picked from commit ceffb7b) 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 b8045d3 commit c0fb1e0

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.5-jre") // CVE for 31.1, keep to force transitive dependencies
211+
force("com.google.guava:guava:33.4.6-jre") // CVE for 31.1, keep to force transitive dependencies
212212
}
213213
}
214214
}

0 commit comments

Comments
 (0)