From ac3e0e293362f87897b23f29087cf4dc5f74ea2d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 21 Feb 2024 05:48:07 +0100 Subject: [PATCH] commons-compress: update to 1.26.0 (#68) This needs commons-codec as well, as this is an 'optional' dependency but we do use parts that use Codec. --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a39eda..02d19d1 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,8 @@ 0.3.1 - 1.24.0 + 1.26.0 + 1.16.1 4.13.2 3.6.0 3.6.0 @@ -136,6 +137,12 @@ + + + commons-codec + commons-codec + ${commons-codec.version} + junit