This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 15323a7 Update commons-lang3 version to 3.8.1 15323a7 is described below commit 15323a72f7076fac750200a6ef6d0f0c054c027f Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sun Sep 23 09:13:29 2018 +0200 Update commons-lang3 version to 3.8.1 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index f760ebc..2b157c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -154,7 +154,7 @@ <commons-jexl2-version>2.1.1</commons-jexl2-version> <commons-jxpath-version>1.3</commons-jxpath-version> <commons-lang-version>2.6</commons-lang-version> - <commons-lang3-version>3.8</commons-lang3-version> + <commons-lang3-version>3.8.1</commons-lang3-version> <commons-logging-version>1.2</commons-logging-version> <commons-math-version>2.2</commons-math-version> <commons-math3-version>3.6.1</commons-math3-version>