From 88d106dda47cc9578e99b34bbce4b9d75ad6b134 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Wed, 6 Mar 2024 16:07:32 +0100 Subject: [PATCH] fix: increase commons codes version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6fa4ed1..eee0351 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <packaging>jar</packaging> <properties> <common.version>6.0.0</common.version> - <commons-codec.version>1.16.0</commons-codec.version> + <commons-codec.version>1.16.1</commons-codec.version> <commons-io.version>2.13.0</commons-io.version> <cxf.version>4.0.3</cxf.version> <cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version> -- GitLab