From 59543f09ef06c91030efb2c9dc947e5578be86ef Mon Sep 17 00:00:00 2001 From: Joseph Ottinger Date: Fri, 8 May 2026 16:31:34 -0400 Subject: [PATCH 1/2] Updates module dependencies * Main focus is on bytebuddy, BUT * Also updates other dependencies to update CVE issues --- pom.xml | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index f1dd0317..902defaa 100644 --- a/pom.xml +++ b/pom.xml @@ -46,27 +46,28 @@ 21 - 3.27.3 0.64.8 - 2.20.1 + 2.21.3 2.2.20 - 1.5.18 - 1.18.38 + 1.5.32 + 1.18.46 3.0.7 - 5.4.0 + 5.5.1 21.0.2 2.0.17 - 2.4 + 2.6 3.5.3 - 5.12.2 - 5.20.0 + 3.27.6 + 5.14.4 + 5.23.0 + 1.18.7 - 3.13.0 - 3.8.0 - 3.2.5 + 3.15.0 + 3.12.0 + 3.5.5 @@ -208,6 +209,17 @@ mockito-core ${mockito.version} test + + + net.bytebuddy + byte-buddy + + + + + net.bytebuddy + byte-buddy + ${byteBuddy.version} org.mockito From a3225e6272c87c959dde8c94fbd9266a28a2a344 Mon Sep 17 00:00:00 2001 From: Joseph Ottinger Date: Fri, 8 May 2026 17:54:05 -0400 Subject: [PATCH 2/2] Updating benchmarks dependencies for CI/CD --- benchmarks/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index ecfa446b..5ab64df7 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -17,11 +17,11 @@ 1.6.0 - 21 + 17 - 5.12.2 - 3.27.3 - 1.5.18 + 5.14.4 + 3.27.6 + 1.5.32 1.0.10 5.5.13.3 @@ -116,7 +116,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.15.0 ${maven.compiler.release} @@ -124,12 +124,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.5 org.codehaus.mojo exec-maven-plugin - 3.5.0 + 3.6.2