[TEST] upgrade randomized runner to 2.1.11

2.1.11 contains the fix for this issue: https://github.com/carrotsearch/randomizedtesting/issues/179

Closes #8930
This commit is contained in:
javanna 2014-12-12 16:19:42 +01:00 committed by Luca Cavanna
parent 6d253aba08
commit d17db85794
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,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>