You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/07 07:34:04 UTC

[camel] branch main updated: Upgrade to mvel 2.5

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 1d0827b3878 Upgrade to mvel 2.5
1d0827b3878 is described below

commit 1d0827b38782f21c9390a1ccc93f345fc4965115
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 7 09:33:52 2023 +0200

    Upgrade to mvel 2.5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6be91793c83..d4d8d031171 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -362,7 +362,7 @@
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msal4j-version>1.13.8</msal4j-version>
         <mustache-java-version>0.9.10</mustache-java-version>
-        <mvel-version>2.4.15.Final</mvel-version>
+        <mvel-version>2.5.0.Final</mvel-version>
         <mybatis-version>3.5.13</mybatis-version>
         <narayana-version>5.12.7.Final</narayana-version>
         <nessus-hyperledger-aries-version>0.2.0</nessus-hyperledger-aries-version>