From ada12a3eb3b177dd89c53f98ffd05a2b4c904227 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 6be3087d..66f9ab78 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.59 + 4.60