upgraded groovy from 2.4.0 to 2.4.4

This commit is contained in:
Martijn van Groningen 2015-07-16 13:56:32 +02:00
parent f9a7e7cd84
commit 9687670e8d
4 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
b8056886c1067b096c5ef05a024f1c5e9008e293

View File

@ -0,0 +1 @@
574a15e35eba5f986a0564ae197c78e843ece954

View File

@ -535,7 +535,7 @@ public class DoubleTermsTests extends AbstractTermsTests {
.addAggregation(terms("terms")
.field(MULTI_VALUED_FIELD_NAME)
.collectMode(randomFrom(SubAggCollectionMode.values()))
.script(new Script("(long) _value / 1000 + 1")))
.script(new Script("(long) (_value / 1000 + 1)")))
.execute().actionGet();
assertSearchResponse(response);

View File

@ -409,7 +409,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.0</version>
<version>2.4.4</version>
<classifier>indy</classifier>
</dependency>