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 2020/03/02 17:02:18 UTC

[camel-examples] 01/11: Align dependencies to camel master: Mvel version to 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-examples.git

commit a3f9b4de82dca789460579af84a7b4e91253c745
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:49:12 2020 +0100

    Align dependencies to camel master: Mvel version to 2.4.5.Final
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 93fa18e..689c6ab 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -240,7 +240,7 @@
         <metrics-cdi-version>1.3.3</metrics-cdi-version>
         <micrometer-version>1.2.2</micrometer-version>
         <mina-version>2.1.3</mina-version>
-        <mvel-version>2.4.4.Final</mvel-version>
+        <mvel-version>2.4.5.Final</mvel-version>
         <mycila-license-version>3.0</mycila-license-version>
         <openjpa-version>3.1.0</openjpa-version>
         <opentracing-version>0.33.0</opentracing-version>