From d2cdcb155c75fbd715b90ac0de0cab6c7ac7201b Mon Sep 17 00:00:00 2001 From: kimchy Date: Sat, 21 May 2011 21:08:51 +0300 Subject: [PATCH] Scripting - mvel: Fix thread safety misuse when compiling scripts, closes #886. Upgrade to mvel 2.1.Beta3 --- modules/jarjar/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jarjar/build.gradle b/modules/jarjar/build.gradle index 290628f43ef8e..729bf1ca5ae9e 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -16,7 +16,7 @@ dependencies { runtime 'commons-codec:commons-codec:1.5' runtime 'joda-time:joda-time:1.6.1' - runtime 'org.mvel:mvel2:2.1.beta2' + runtime 'org.mvel:mvel2:2.1.Beta3' runtime 'org.codehaus.jackson:jackson-core-asl:1.8.1' runtime 'org.codehaus.jackson:jackson-smile:1.8.1'