From 60ccecc45b5a0074892c1f8603c3a61b8e20bf09 Mon Sep 17 00:00:00 2001 From: Derek Sharpe Date: Mon, 31 Mar 2025 14:40:44 -0500 Subject: [PATCH 1/2] Updated build and test dependencies to current versions. No runtime dependency changes. --- pom.xml | 11 ++++++----- tests/pom.xml | 1 - 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b08f05e4..1d377037 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ UTF-8 1.8 1.8 + 8 gate true @@ -72,7 +73,7 @@ org.junit.jupiter junit-jupiter-engine - 5.11.4 + 5.12.1 test @@ -89,7 +90,7 @@ org.jetbrains annotations - 26.0.1 + 26.0.2 @@ -149,7 +150,7 @@ org.apache.maven.plugins maven-install-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins @@ -242,7 +243,7 @@ com.puppycrawl.tools checkstyle - 10.21.1 + 10.22.0 @@ -281,7 +282,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 5.0.0.4389 + 5.1.0.4751 org.apache.maven.plugins diff --git a/tests/pom.xml b/tests/pom.xml index 702a6dd9..d9226377 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -84,7 +84,6 @@ org.apache.maven.plugins maven-failsafe-plugin - UTF-8 false -Xmx1024m -XX:MaxPermSize=256m From 09643d9415353ea05a4edbdfa39f34ba787856f8 Mon Sep 17 00:00:00 2001 From: Derek Sharpe Date: Wed, 2 Apr 2025 11:52:45 -0500 Subject: [PATCH 2/2] Updated commons-codec to 1.18.0 for use by Apache HTTP --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1d377037..100a2e48 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,12 @@ httpmime 4.5.14 + + + commons-codec + commons-codec + 1.18.0 + info.picocli picocli