Skip to content

Commit 3ab0425

Browse files
authored
Bump Guava from 30.1-jre to 32.0.1-jre (#97211) (#97255)
This bumps Watcher's Guava dependency to 32.0.1.
1 parent 0410133 commit 3ab0425

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/watcher/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434

3535
// watcher deps
3636
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
3838
runtimeOnly 'com.google.guava:failureaccess:1.0.1'
3939
api 'com.sun.mail:jakarta.mail:1.6.4'
4040
api 'com.sun.activation:jakarta.activation:1.2.1'
@@ -58,7 +58,6 @@ tasks.named("thirdPartyAudit").configure {
5858
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray',
5959
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1',
6060
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2',
61-
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3',
6261
'com.google.common.hash.Striped64',
6362
'com.google.common.hash.Striped64$1',
6463
'com.google.common.hash.Striped64$Cell',

0 commit comments

Comments
 (0)