Upgrade to Mockito 2.22, XMLUnit 2.6.2, JavaMail 1.6.2

Also includes Apache Johnzon 1.1.9.
This commit is contained in:
Juergen Hoeller
2018-09-10 10:52:24 +02:00
parent 6c487f7799
commit e49896d95f
9 changed files with 14 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ dependencies {
exclude group: "xom", module: "xom"
exclude group: "xerces", module: "xercesImpl"
}
testCompile("org.xmlunit:xmlunit-matchers:2.6.1")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("io.projectreactor:reactor-core")
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")