From c06cb9b0fb7bff76685a0ced97fa2e4e59e20b3a Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 8 Sep 2023 20:41:37 +0200 Subject: [PATCH] deps: update test dependencies * Wiremock 3 * Mockito 5.5 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d37c3af..3a1a53f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault jvault-connector - 1.1.5 + 1.1.6-SNAPSHOT jar @@ -61,7 +61,7 @@ org.mockito mockito-core - 5.4.0 + 5.5.0 test @@ -71,9 +71,9 @@ test - com.github.tomakehurst - wiremock-jre8 - 2.35.0 + org.wiremock + wiremock + 3.0.3 test @@ -316,7 +316,7 @@ org.owasp dependency-check-maven - 8.3.1 + 8.4.0