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 6c8c11d Upgrade Mvel to version 2.4.2.Final 6c8c11d is described below commit 6c8c11d3a62fe1bfa1b2a60db9049369347de91c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 20 16:52:09 2018 +0200 Upgrade Mvel to version 2.4.2.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 4d3d204..451b2b6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -511,7 +511,7 @@ <mustache-java-version>0.9.5</mustache-java-version> <mustache-guava-version>16.0</mustache-guava-version> <mustache-bundle-version>0.9.5_3</mustache-bundle-version> - <mvel-version>2.4.0.Final</mvel-version> + <mvel-version>2.4.2.Final</mvel-version> <mybatis-version>3.4.6</mybatis-version> <narayana-version>5.9.0.Final</narayana-version> <neethi-bundle-version>3.0.1</neethi-bundle-version>