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 10:25:55 UTC

[camel-spring-boot] branch master updated: 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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new ab40b31  Align dependencies to camel master: Mvel version to 2.4.5.Final
ab40b31 is described below

commit ab40b311695fef2ea9180f84300a719923ffd418
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:25:04 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 96b2ec5..acc0a37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <maven-resources-plugin-version>3.1.0</maven-resources-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-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>