From 4f24230d5b1a63d5834a1b8e3213224c2ee9dac9 Mon Sep 17 00:00:00 2001 From: James Buncle Date: Sun, 29 Mar 2026 10:13:16 +0100 Subject: [PATCH] Update HTTP client dependencies --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4ac0ee5..fe46b10 100644 --- a/pom.xml +++ b/pom.xml @@ -21,26 +21,26 @@ commons-codec commons-codec - 1.10 + 1.18.0 jar commons-io commons-io - 2.4 + 2.20.0 jar org.apache.httpcomponents httpcore - 4.4.3 + 4.4.16 jar true org.apache.httpcomponents httpclient - 4.5.1 + 4.5.14 jar true