[TEST] upgrade randomized runner to 2.1.11

2.1.11 contains the fix for this issue: carrotsearch/randomizedtestingelastic/elasticsearch#179 which will resolve these recurring failures described in elastic/elasticsearch#386.

Closed elastic/elasticsearch#490

Original commit: elastic/x-pack-elasticsearch@3a396d6302
This commit is contained in:
javanna 2014-12-12 17:24:06 +01:00 committed by Luca Cavanna
parent 2b7679ec33
commit e3768b6cff
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.1.10</version>
<version>2.1.11</version>
<scope>test</scope>
</dependency>
<dependency>