Skip to content

Commit

Permalink
[TEST] upgrade randomized runner to 2.1.11
Browse files Browse the repository at this point in the history
2.1.11 contains the fix for this issue: randomizedtesting/randomizedtesting#179

Closes #8930
  • Loading branch information
javanna committed Dec 18, 2014
1 parent 6d253ab commit d17db85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d17db85

Please sign in to comment.