From b9721327a6eee4583f7762f98cc6b00abcdf2fb3 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 13 Jan 2024 10:09:37 +0100 Subject: [PATCH] Manage byte-buddy version in order to support build with JDK 21 fix #1039 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index ced8889ad6..5308a3a9f7 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,7 @@ ${maven-fluido-skin.version} 2.1.0 2.0.0 + 1.14.11 ${project.build.directory}/staging/versions 2023-11-17T00:00:27Z @@ -328,6 +329,18 @@ plexus-archiver 4.9.1 + + + + net.bytebuddy + byte-buddy + ${byteBuddyVersion} + + + net.bytebuddy + byte-buddy-agent + ${byteBuddyVersion} +