From 16fcbf0a63169e50e59fd12c37b73c6daa36d18d Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Tue, 25 Apr 2023 09:53:24 +0200 Subject: [PATCH] fix: replace deprecated mockito-inline by mockito-core --- shogun-proxy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shogun-proxy/pom.xml b/shogun-proxy/pom.xml index 76f8d4bdd..be30b27ad 100644 --- a/shogun-proxy/pom.xml +++ b/shogun-proxy/pom.xml @@ -52,7 +52,7 @@ org.mockito - mockito-inline + mockito-core test