Browse Source

Bump Guava from 30.1-jre to 32.0.1-jre (#97211)

This bumps Watcher's Guava dependency to 32.0.1.
Lee Hinman 2 years ago
parent
commit
fdb098cd47
1 changed files with 1 additions and 2 deletions
  1. 1 2
      x-pack/plugin/watcher/build.gradle

+ 1 - 2
x-pack/plugin/watcher/build.gradle

@@ -30,7 +30,7 @@ dependencies {
 
   // watcher deps
   api 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2'
-  runtimeOnly 'com.google.guava:guava:30.1-jre' // needed by watcher for the html sanitizer
+  runtimeOnly 'com.google.guava:guava:32.0.1-jre' // needed by watcher for the html sanitizer
   runtimeOnly 'com.google.guava:failureaccess:1.0.1'
   api 'com.sun.mail:jakarta.mail:1.6.4'
   api 'com.sun.activation:jakarta.activation:1.2.1'
@@ -54,7 +54,6 @@ tasks.named("thirdPartyAudit").configure {
     'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray',
     'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1',
     'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2',
-    'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3',
     'com.google.common.hash.Striped64',
     'com.google.common.hash.Striped64$1',
     'com.google.common.hash.Striped64$Cell',