From e18149878cb21fb7508ce29fde4813e30845d51c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 10 Oct 2018 23:53:33 +0200 Subject: [PATCH] Upgrade to Mockito 2.23 Includes JSON-P 1.1.3. --- build.gradle | 2 +- spring-web/spring-web.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7ff56bb27a..9ee1328ae4 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ configure(allprojects) { project -> testCompile("junit:junit:4.12") { exclude group: "org.hamcrest", module: "hamcrest-core" } - testCompile("org.mockito:mockito-core:2.22.0") { + testCompile("org.mockito:mockito-core:2.23.0") { exclude group: "org.hamcrest", module: "hamcrest-core" } testCompile("com.nhaarman:mockito-kotlin:1.6.0") { diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index ea2d4931db..e38b5a7e1e 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -81,6 +81,6 @@ dependencies { 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("javax.json:javax.json-api:1.1.3") testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10") }