INT-2976 Update JavaMail to 1.4.7

This commit is contained in:
Gary Russell
2013-04-30 13:35:04 -04:00
committed by Gunnar Hillert
parent 9bee4b3ff2
commit 445e043d31

View File

@@ -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")
}