Skip to content

Commit

Permalink
Bump Guava from 30.1-jre to 32.0.1-jre (elastic#97211)
Browse files Browse the repository at this point in the history
This bumps Watcher's Guava dependency to 32.0.1.
  • Loading branch information
dakrone committed Jun 29, 2023
1 parent 40041ae commit 3bc96e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugin/watcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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',
Expand Down

0 comments on commit 3bc96e6

Please sign in to comment.