From 91fd7d0f209978f9bfeb310aea2b70c3379410e4 Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Tue, 2 Jan 2024 18:19:02 +1100 Subject: [PATCH] Dependency manage byte-buddy --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 624b853f3..d0af609c9 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,8 @@ 2.3.32 2.5.0 3.1 + 5.8.0 + 1.14.11 1.9 @@ -921,7 +923,19 @@ org.mockito mockito-core - 5.8.0 + ${mockito.version} + test + + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + test + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} test