File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
35
35
// watcher deps
36
36
api ' com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2'
37
- runtimeOnly ' com.google.guava:guava:30 .1-jre' // needed by watcher for the html sanitizer
37
+ runtimeOnly ' com.google.guava:guava:32.0 .1-jre' // needed by watcher for the html sanitizer
38
38
runtimeOnly ' com.google.guava:failureaccess:1.0.1'
39
39
api ' com.sun.mail:jakarta.mail:1.6.4'
40
40
api ' com.sun.activation:jakarta.activation:1.2.1'
@@ -58,7 +58,6 @@ tasks.named("thirdPartyAudit").configure {
58
58
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
59
59
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1' ,
60
60
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2' ,
61
- ' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3' ,
62
61
' com.google.common.hash.Striped64' ,
63
62
' com.google.common.hash.Striped64$1' ,
64
63
' com.google.common.hash.Striped64$Cell' ,
You can’t perform that action at this time.
0 commit comments