From ff8c4e032118f98c8b6587a1f5260a36ccb9317f Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 14 Jul 2011 10:56:23 -0400 Subject: [PATCH] INT-1811 upgraded MAIL module to be dependent on Java Mail 1.4.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bc2aec37e..681c428ade 100644 --- a/build.gradle +++ b/build.gradle @@ -311,7 +311,7 @@ project('spring-integration-mail') { dependencies { compile project(":spring-integration-core") compile "org.springframework:spring-context-support:$springVersion" - compile("javax.mail:mail:1.4.3") { provided = true } + compile("javax.mail:mail:1.4.4") { provided = true } compile("javax.activation:activation:$javaxActivationVersion") { optional = true } testCompile project(":spring-integration-test") }