Merge pull request #796 from garyrussell/INT-2976

* garyrussell-INT-2976:
  INT-2976 Update JavaMail to 1.4.7
This commit is contained in:
Gunnar Hillert
2013-05-01 16:43:00 -04:00

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