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

shuber pushed a commit to branch UNOMI-333-mvel2-jdk11-compatibility
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 7cbd2c3929f5ec870be0e8cfeab58f8f21313412
Author: Serge Huber <[email protected]>
AuthorDate: Wed Apr 29 16:18:33 2020 +0200

    UNOMI-333 MVEL2 JDK 11 compatibility
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6fc68b0..0296678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -977,7 +977,7 @@
             <dependency>
                 <groupId>org.mvel</groupId>
                 <artifactId>mvel2</artifactId>
-                <version>2.3.1.Final</version>
+                <version>2.4.7.Final</version>
             </dependency>
 
         </dependencies>

Reply via email to