Skip to content

Commit

Permalink
Scripting - mvel: Fix thread safety misuse when compiling scripts, cl…
Browse files Browse the repository at this point in the history
…oses elastic#886. Upgrade to mvel 2.1.Beta3
  • Loading branch information
kimchy committed May 21, 2011
1 parent b825fac commit d2cdcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jarjar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d2cdcb1

Please sign in to comment.