From e2c7164164fc9f0978df62e5286efd77513f3041 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Wed, 20 Sep 2023 13:52:03 +0200 Subject: [PATCH] Fixes ByteBuddy AbstractMethodError which could occur when running tests from the IDE --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 18c1518289..236e168cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -721,12 +721,24 @@ assertj-core 3.24.2 test + + + net.bytebuddy + byte-buddy + + org.mockito mockito-core ${version.mockito} test + + + net.bytebuddy + byte-buddy + + @@ -756,7 +768,7 @@ net.javacrumbs.json-unit json-unit-assertj - 2.37.0 + 3.2.2 test