From d93df7f0eaf97b79a4113a0533465b33196c6743 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 16 May 2024 13:05:36 +0200 Subject: [PATCH] Update BouncyCastle to 1.78 Update Byte Buddy to 1.14.13 --- pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a061d299..5d3c72b5 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,8 @@ 1.6 2.10.0 1.3.7 - 1.77 + 1.78 + 1.14.13 0.0.5 @@ -251,6 +252,18 @@ junit-jupiter-engine test + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + test + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} + test + org.easymock easymock @@ -305,7 +318,7 @@ maven-compiler-plugin - 3.8.1 + 3.13.0