diff --git a/build.gradle b/build.gradle index 0409fab1de..030c408201 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ configure(allprojects) { project -> testCompile("junit:junit:4.12") { exclude group: "org.hamcrest", module: "hamcrest-core" } - testCompile("org.mockito:mockito-core:2.21.0") { + testCompile("org.mockito:mockito-core:2.22.0") { exclude group: "org.hamcrest", module: "hamcrest-core" } testCompile("com.nhaarman:mockito-kotlin:1.6.0") { diff --git a/spring-aspects/spring-aspects.gradle b/spring-aspects/spring-aspects.gradle index b19daa364f..51bab8a819 100644 --- a/spring-aspects/spring-aspects.gradle +++ b/spring-aspects/spring-aspects.gradle @@ -93,7 +93,7 @@ dependencies { optional("javax.transaction:javax.transaction-api:1.3") // for @javax.transaction.Transactional support testCompile(project(":spring-core")) // for CodeStyleAspect testCompile(project(":spring-test")) - testCompile("javax.mail:javax.mail-api:1.6.1") + testCompile("javax.mail:javax.mail-api:1.6.2") } eclipse.project { diff --git a/spring-context-support/spring-context-support.gradle b/spring-context-support/spring-context-support.gradle index aa6403b74f..5b66cdcd91 100644 --- a/spring-context-support/spring-context-support.gradle +++ b/spring-context-support/spring-context-support.gradle @@ -7,7 +7,7 @@ dependencies { optional(project(":spring-jdbc")) // for Quartz support optional(project(":spring-tx")) // for Quartz support optional("javax.activation:javax.activation-api:1.2.0") - optional("javax.mail:javax.mail-api:1.6.1") + optional("javax.mail:javax.mail-api:1.6.2") optional("javax.cache:cache-api:1.1.0") optional("com.github.ben-manes.caffeine:caffeine:2.6.2") optional("net.sf.ehcache:ehcache:2.10.4") @@ -21,5 +21,5 @@ dependencies { testRuntime("org.ehcache:jcache:1.0.1") testRuntime("org.ehcache:ehcache:3.4.0") testRuntime("org.glassfish:javax.el:3.0.1-b08") - testRuntime("com.sun.mail:javax.mail:1.6.1") + testRuntime("com.sun.mail:javax.mail:1.6.2") } diff --git a/spring-core/spring-core.gradle b/spring-core/spring-core.gradle index 40ad780b37..9f26b7a993 100644 --- a/spring-core/spring-core.gradle +++ b/spring-core/spring-core.gradle @@ -81,7 +81,7 @@ dependencies { optional("io.netty:netty-buffer") testCompile("io.projectreactor:reactor-test") testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") - testCompile("org.xmlunit:xmlunit-matchers:2.6.1") + testCompile("org.xmlunit:xmlunit-matchers:2.6.2") testCompile("javax.xml.bind:jaxb-api:2.3.0") testCompile("com.fasterxml.woodstox:woodstox-core:5.1.0") { exclude group: "stax", module: "stax-api" diff --git a/spring-messaging/spring-messaging.gradle b/spring-messaging/spring-messaging.gradle index fc7f1106c6..44ebfa2d74 100644 --- a/spring-messaging/spring-messaging.gradle +++ b/spring-messaging/spring-messaging.gradle @@ -36,7 +36,7 @@ dependencies { testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}") testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") testCompile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") - testCompile("org.xmlunit:xmlunit-matchers:2.6.1") + testCompile("org.xmlunit:xmlunit-matchers:2.6.2") testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1") testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1") testRuntime("com.sun.activation:javax.activation:1.2.0") diff --git a/spring-oxm/spring-oxm.gradle b/spring-oxm/spring-oxm.gradle index 1948e7ad7a..9b667486fb 100644 --- a/spring-oxm/spring-oxm.gradle +++ b/spring-oxm/spring-oxm.gradle @@ -117,7 +117,7 @@ dependencies { } testCompile(files(genCastor.classesDir).builtBy(genCastor)) testCompile(files(genJaxb.classesDir).builtBy(genJaxb)) - testCompile("org.xmlunit:xmlunit-matchers:2.6.1") + testCompile("org.xmlunit:xmlunit-matchers:2.6.2") testRuntime("xerces:xercesImpl:2.11.0") // for Castor testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1") testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index c25f328651..22ca7c9eee 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -47,7 +47,7 @@ dependencies { exclude group: "commons-logging", module: "commons-logging" exclude group: "io.netty", module: "netty" } - optional("org.xmlunit:xmlunit-matchers:2.6.1") + optional("org.xmlunit:xmlunit-matchers:2.6.2") optional("org.skyscreamer:jsonassert:1.5.0") optional("com.jayway.jsonpath:json-path:2.4.0") optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") @@ -59,7 +59,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.2") - testCompile("javax.mail:javax.mail-api:1.6.1") + testCompile("javax.mail:javax.mail-api:1.6.2") testCompile("org.hibernate:hibernate-core:5.2.17.Final") testCompile("org.hibernate:hibernate-validator:6.0.12.Final") // Enable use of the JUnit Platform Runner diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index 8452de2990..8fc05b0d15 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -19,7 +19,7 @@ dependencies { optional("javax.el:javax.el-api:3.0.1-b04") optional("javax.faces:javax.faces-api:2.2") optional("javax.json.bind:javax.json.bind-api:1.0") - optional("javax.mail:javax.mail-api:1.6.1") + optional("javax.mail:javax.mail-api:1.6.2") optional("javax.validation:validation-api:1.1.0.Final") optional("javax.xml.bind:jaxb-api:2.3.0") optional("javax.xml.ws:jaxws-api:2.3.0") @@ -77,10 +77,10 @@ dependencies { testCompile("com.squareup.okhttp3:mockwebserver:3.11.0") testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") testCompile("org.skyscreamer:jsonassert:1.5.0") - testCompile("org.xmlunit:xmlunit-matchers:2.6.1") - testRuntime("com.sun.mail:javax.mail:1.6.1") + testCompile("org.xmlunit:xmlunit-matchers:2.6.2") + testRuntime("com.sun.mail:javax.mail:1.6.2") testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1") testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1") testRuntime("javax.json:javax.json-api:1.1.2") - testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.8") + testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.9") } diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 594492297a..700900dd2e 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -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}")