From b8ea147f30b8e8e1ca33a5c2d1b2f0615e4fad9c Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sat, 21 Feb 2026 11:23:02 +0200 Subject: [PATCH] Added byte-buddy --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ccc8fce..32a4085 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -83,6 +85,15 @@ org.mockito mockito-inline + + + net.bytebuddy + byte-buddy + + + net.bytebuddy + byte-buddy-agent + org.hamcrest