From 1f89fb26aaca95546b1da4f4a8b7609bf130c4da Mon Sep 17 00:00:00 2001 From: kimchy Date: Fri, 22 Apr 2011 02:33:39 +0300 Subject: [PATCH] upgrade to mvel 2.1.beta2 (not to be confused with Beta2 :) ) --- 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 e643c5d5eaf..923c85b1b94 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -16,7 +16,7 @@ dependencies { runtime 'commons-codec:commons-codec:1.4' runtime 'joda-time:joda-time:1.6.1' - runtime 'org.mvel:mvel2:2.1.Beta2' + runtime 'org.mvel:mvel2:2.1.beta2' runtime 'org.codehaus.jackson:jackson-core-asl:1.7.6' runtime 'org.codehaus.jackson:jackson-smile:1.7.6'