[TESTS] Upgrade randomizedtesting-runner to 2.1.10
(cherry picked from commit 87b1b25)
This commit is contained in:
parent
de0458ed93
commit
554d942acf
7
pom.xml
7
pom.xml
|
@ -138,6 +138,13 @@ governing permissions and limitations under the License. -->
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.carrotsearch.randomizedtesting</groupId>
|
||||
<artifactId>randomizedtesting-runner</artifactId>
|
||||
<version>2.1.10</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue