Merge pull request #796 from garyrussell/INT-2976
* garyrussell-INT-2976: INT-2976 Update JavaMail to 1.4.7
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user