From 8b38a20c1849606103dd4f676d5c27613df0b7d8 Mon Sep 17 00:00:00 2001 From: Charlie Briggs Date: Tue, 23 Jan 2018 11:00:58 +0000 Subject: [PATCH] Update commons-lang to 3.7 This fixes the vulnerabilities: * https://issues.apache.org/jira/browse/LANG-1373 * https://issues.apache.org/jira/browse/LANG-805. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 500136edab..eb71304506 100644 --- a/pom.xml +++ b/pom.xml @@ -96,9 +96,9 @@ - commons-lang - commons-lang - 2.6 + org.apache.commons + commons-lang3 + 3.7 commons-codec