You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/17 05:43:22 UTC

[camel] branch master updated: Upgrade Mvel to version 2.4.5.Final

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 9fa4ce1  Upgrade Mvel to version 2.4.5.Final
9fa4ce1 is described below

commit 9fa4ce1660e7b95bc9562f2f3b6988d02467957a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 17 06:42:52 2019 +0100

    Upgrade Mvel to version 2.4.5.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2befa4a..b8f5471 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -470,7 +470,7 @@
         <mustache-java-version>0.9.6</mustache-java-version>
         <mustache-guava-version>20.0</mustache-guava-version>
         <mustache-bundle-version>0.9.6_1</mustache-bundle-version>
-        <mvel-version>2.4.4.Final</mvel-version>
+        <mvel-version>2.4.5.Final</mvel-version>
         <mybatis-version>3.5.3</mybatis-version>
         <narayana-version>5.10.1.Final</narayana-version>
         <nessus-version>1.0.0.Beta4</nessus-version>