This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/knox.git
commit 390fb27b13c824a14b200ac729253758a6d92c21 Author: Kevin Risden <[email protected]> AuthorDate: Fri Sep 27 16:04:58 2019 -0500 KNOX-2040 - Upgrade commons-text to 1.8 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbd5b7c..86c1820 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ <commons-io.version>2.6</commons-io.version> <commons-lang3.version>3.9</commons-lang3.version> <commons-net.version>3.6</commons-net.version> - <commons-text.version>1.7</commons-text.version> + <commons-text.version>1.8</commons-text.version> <cors-filter.version>2.8</cors-filter.version> <curator.version>4.2.0</curator.version> <dependency-check-maven.version>5.2.1</dependency-check-maven.version>
