From 445e043d319307b260d2ce0dd4129e6310538438 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 30 Apr 2013 13:35:04 -0400 Subject: [PATCH] INT-2976 Update JavaMail to 1.4.7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }