This is an automated email from the ASF dual-hosted git repository. acosentino 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 0f0bfaf Upgrade Commons-lang to version 3.8 0f0bfaf is described below commit 0f0bfafcaa0b2ec6f16af97e47d811e7b1aeeb98 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 23 11:58:39 2018 +0200 Upgrade Commons-lang to version 3.8 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 58e78c0..72cb33e 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.7</commons-lang3-version> + <commons-lang3-version>3.8</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>