From b50fdc79a2a26e5f86cc35340deb796d6fe843a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sun, 20 Apr 2025 12:19:35 +0200 Subject: [PATCH] Upgrade to Mockito 5.17.0 Closes gh-1547 --- spring-ws-platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ws-platform/build.gradle b/spring-ws-platform/build.gradle index 6ac45b27..d901f06e 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -56,7 +56,7 @@ dependencies { api("org.igniterealtime.smack:smack-tcp:4.3.5") api("org.jdom:jdom2:2.0.6.1") api("org.jvnet.staxex:stax-ex:2.1.0") - api("org.mockito:mockito-core:4.11.0") + api("org.mockito:mockito-core:5.17.0") api("org.xmlunit:xmlunit-assertj:2.10.0") api("org.xmlunit:xmlunit-core:2.10.0") api("org.xmlunit:xmlunit-legacy:2.10.0")