From aff86b05628e695edf63acaf07e8932a104360e3 Mon Sep 17 00:00:00 2001 From: Allan Burdajewicz Date: Fri, 10 Mar 2023 09:58:35 +1000 Subject: [PATCH] [chore] Add exclusion for byte-buddy in assertj-core --- pom.xml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 2386bb14b..b3ffa4bf0 100644 --- a/pom.xml +++ b/pom.xml @@ -137,16 +137,13 @@ assertj-core 3.24.2 test - - - org.mockito - mockito-core - test - - - org.mockito - mockito-inline - test + + + + net.bytebuddy + byte-buddy + + org.quicktheories @@ -159,6 +156,16 @@ org.jenkins-ci.plugins credentials + + org.mockito + mockito-core + test + + + org.mockito + mockito-inline + test + org.jenkins-ci.plugins.workflow workflow-basic-steps