From 8372bdf1716681f4c6d4a8298b526334763a8e5a Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Mon, 26 Feb 2024 12:03:23 -0500 Subject: [PATCH] Updated jacoco, byte-buddy, and commons-io to better support tests on Java 21 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7cd3d6cd..15da3605 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.11 @@ -278,12 +278,12 @@ net.bytebuddy byte-buddy - 1.14.11 + 1.14.12 commons-io commons-io - 2.11.0 + 2.15.1 test