From e5d4f16bfd83e402fe53432a21e5239c8fee2c91 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 17 Apr 2023 15:15:00 -0600 Subject: [PATCH] Use parent pom 4.60 mockito-inline was removed in mockito/mockito#2945, replaced with mockito-core. Consumers of mockito-inline should replace their dependency on mockito-inline with a dependency on mockito-core. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97e0023a15..92dfbb62d6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.59 + 4.60