You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct Guava version used for OWASP Java HTML Sanitizer (#94442)
The OWASP Java HTML Sanitizer has a dependency on Guava,
specifically on version 30.1. However, prior to this PR,
we have been using 27.1. While this does not seem to have
caused any issues, we should still correct the problem.
(cherry picked from commit f2f45ad)
0 commit comments