From 0ffa6acb9e8ef62ee6129c6fcca47efbd18f2917 Mon Sep 17 00:00:00 2001 From: Yuriy Syrota Date: Sat, 12 Oct 2024 16:46:40 +0300 Subject: [PATCH] Explicitly specified byte-buddy version to 1.15.4 to ensure compatibility with Java 21. --- duo-universal-sdk/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml index 2e4cb9b..5f98511 100644 --- a/duo-universal-sdk/pom.xml +++ b/duo-universal-sdk/pom.xml @@ -129,6 +129,11 @@ 3.11.2 test + + net.bytebuddy + byte-buddy + 1.15.4 +