From 725fc004a2c9c10ecb2f5c3ad124105a03bb1e9a Mon Sep 17 00:00:00 2001 From: prasaanth-hbo Date: Fri, 13 Sep 2024 15:02:03 -0700 Subject: [PATCH] Fix version of bytebuddy to support Java 22 and 23 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 79057d9..0969722 100644 --- a/pom.xml +++ b/pom.xml @@ -83,12 +83,12 @@ net.bytebuddy byte-buddy - 1.14.9 + 1.15.0 net.bytebuddy byte-buddy-agent - 1.14.9 + 1.15.0 org.junit