Update jakarta mail dependency to 1.6.4 (#47810)
This one contains a few small bugfixes, see https://eclipse-ee4j.github.io/mail/docs/CHANGES.txt
This commit is contained in:
parent
ec91fa5df1
commit
e60221d2bd
|
@ -34,7 +34,7 @@ dependencies {
|
||||||
// watcher deps
|
// watcher deps
|
||||||
compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:r239'
|
compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:r239'
|
||||||
compile 'com.google.guava:guava:16.0.1' // needed by watcher for the html sanitizer
|
compile 'com.google.guava:guava:16.0.1' // needed by watcher for the html sanitizer
|
||||||
compile 'com.sun.mail:jakarta.mail:1.6.3'
|
compile 'com.sun.mail:jakarta.mail:1.6.4'
|
||||||
compile 'com.sun.activation:jakarta.activation:1.2.1'
|
compile 'com.sun.activation:jakarta.activation:1.2.1'
|
||||||
compileOnly "org.apache.httpcomponents:httpclient:${versions.httpclient}"
|
compileOnly "org.apache.httpcomponents:httpclient:${versions.httpclient}"
|
||||||
compileOnly "org.apache.httpcomponents:httpcore:${versions.httpcore}"
|
compileOnly "org.apache.httpcomponents:httpcore:${versions.httpcore}"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
787e007e377223bba85a33599d3da416c135f99b
|
|
|
@ -0,0 +1 @@
|
||||||
|
5015f335c2b974b1a7d08718edc326f0dc613c8a
|
Loading…
Reference in New Issue