From 60b57c329788c67c084c84ba246f10ce97afbd01 Mon Sep 17 00:00:00 2001 From: evasques Date: Wed, 4 Mar 2020 17:24:03 +0000 Subject: [PATCH] Dependency org.apache.commons:commons-csv managed to use version 1.8 (#838) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 026a811bb6..f87324ae14 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,11 @@ httpcore 4.4.13 + + org.apache.commons + commons-csv + 1.8 +