From 1dff7b69f8d51835e5073d833432c20768163bf9 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 17 Apr 2023 16:57:12 -0600 Subject: [PATCH] Remove mockito-inline from tests (#1440) https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.60 mockito-inline was removed in mockito/mockito#2945, replaced with mockito-core. --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b7f9b0e739..92dfbb62d6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.59 + 4.60 @@ -154,11 +154,6 @@ mockito-core test - - org.mockito - mockito-inline - test - nl.jqno.equalsverifier equalsverifier