From bff6f73412d803330685d886319c4aed22b1bcdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:42:41 +0000 Subject: [PATCH 1/2] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.10-jdk5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 83e9455d5c..b32ccbaf07 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ net.bytebuddy byte-buddy - 1.18.8 + 1.18.10-jdk5 test From c03b5b6961d29ca8f3aeee19e860c5b14b17dbe5 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 7 Jun 2026 21:03:29 -0400 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b32ccbaf07..3724636faa 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ 17 17 + 1.18.10 1.3.6 10.17.1.0 3.5.19 @@ -341,13 +342,13 @@ net.bytebuddy byte-buddy - 1.18.10-jdk5 + ${byte-buddy.version} test net.bytebuddy byte-buddy-agent - 1.18.8 + ${byte-buddy.version} test