You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/04/29 14:18:40 UTC

[unomi] branch UNOMI-333-mvel2-jdk11-compatibility created (now 7cbd2c3)

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

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


      at 7cbd2c3  UNOMI-333 MVEL2 JDK 11 compatibility

This branch includes the following new commits:

     new 7cbd2c3  UNOMI-333 MVEL2 JDK 11 compatibility

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi] 01/01: UNOMI-333 MVEL2 JDK 11 compatibility

Posted by sh...@apache.org.
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 <sh...@apache.org>
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>