From 3389b80f047b80389f7d164410a73f29929a9dec Mon Sep 17 00:00:00 2001 From: Matthias Ronge Date: Thu, 9 Jan 2025 09:12:43 +0100 Subject: [PATCH] Update bytebuddy dependency for Mockito Mockito needs a newer version of ByteBuddy if there is a recent JVM. See https://github.com/mockito/mockito/issues/3328 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 863221448f9..71e9149c2e1 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ 3.3.0 3.4.0 5.9.0 + 1.14.17 1.2.1 3.141.59 5.7.13 @@ -611,6 +612,12 @@ from system library in Java 11+ --> ${mockito.version} test + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + test + org.mockito mockito-junit-jupiter