Skip to content

Commit e075b87

Browse files
authored
Dependencies: Update javax.mail in watcher to 1.6.2 (#33664)
1 parent 47b86d6 commit e075b87

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

x-pack/plugin/watcher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
// watcher deps
3636
compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:r239'
3737
compile 'com.google.guava:guava:16.0.1' // needed by watcher for the html sanitizer and security tests for jimfs
38-
compile 'com.sun.mail:javax.mail:1.5.6'
38+
compile 'com.sun.mail:javax.mail:1.6.2'
3939
// HACK: java 9 removed javax.activation from the default modules, so instead of trying to add modules, which would have
4040
// to be conditionalized for java 8/9, we pull in the classes directly
4141
compile 'javax.activation:activation:1.1.1'

x-pack/plugin/watcher/licenses/javax.mail-1.5.6.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
935151eb71beff17a2ffac15dd80184a99a0514f

0 commit comments

Comments
 (0)