diff --git a/build.gradle b/build.gradle index aca6a4c5cb..e0fbb1bd7d 100644 --- a/build.gradle +++ b/build.gradle @@ -376,7 +376,7 @@ project('spring-integration-mail') { dependencies { compile project(":spring-integration-core") compile "org.springframework:spring-context-support:$springVersion" - compile("javax.mail:mail:1.4.5", provided) + compile("javax.mail:mail:1.4.7", provided) compile("javax.activation:activation:$javaxActivationVersion", optional) testCompile project(":spring-integration-test") }