Skip to content

Commit

Permalink
Replace java mail with jakarta mail (see elastic#40088)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed Mar 20, 2019
1 parent 5419310 commit cd0b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
compile "com.nimbusds:oauth2-oidc-sdk:6.5"
compile "com.nimbusds:nimbus-jose-jwt:4.41.2"
compile "com.nimbusds:lang-tag:1.4.4"
compile "com.sun.mail:javax.mail:1.6.2"
compile 'com.sun.mail:jakarta.mail:1.6.3'
compile "net.jcip:jcip-annotations:1.0"
compile "net.minidev:json-smart:2.3"
compile "net.minidev:accessors-smart:1.2"
Expand Down

0 comments on commit cd0b221

Please sign in to comment.