From ce5f4777c646e8da22afcfbe9ff0ebbf7a16697f Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Sun, 29 Jan 2023 10:06:14 +0000 Subject: [PATCH] Replace mockito-inline with mockito-core v5.0.0 of Mockito uses the inline mock maker by default so there is no need to use mockito-inline now. Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com> --- java-compiler-testing/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java-compiler-testing/pom.xml b/java-compiler-testing/pom.xml index d3422b891..9deee2b64 100644 --- a/java-compiler-testing/pom.xml +++ b/java-compiler-testing/pom.xml @@ -99,8 +99,9 @@ + org.mockito - mockito-inline + mockito-core test