Upgrade to JavaMail 1.6.1

This commit is contained in:
Juergen Hoeller
2018-02-13 00:02:43 +01:00
parent 73095955bf
commit a5a069c5b1
4 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ dependencies {
testCompile("javax.cache:cache-api:1.1.0")
testCompile("javax.ejb:javax.ejb-api:3.2")
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
testCompile("javax.mail:javax.mail-api:1.6.0")
testCompile("javax.mail:javax.mail-api:1.6.1")
testCompile("org.hibernate:hibernate-core:5.2.13.Final")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
// Enable use of the JUnitPlatform Runner