From e629a23bd4ecbbb36dcd5744fd48b34814c39503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Wed, 21 Apr 2021 11:37:38 +0200 Subject: [PATCH] upgrade commons-io due to CVE-2021-29425, it's a vulnerability in FileNameUtils.normalize that isn't used in this project --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9506a031..9c587e216 100644 --- a/pom.xml +++ b/pom.xml @@ -429,7 +429,7 @@ commons-io commons-io - 2.4 + 2.8.0 com.infradna.tool