Ver código fonte

Merge pull request #10635 from rmuir/test_status_bar

Add tests progress indicator
Robert Muir 10 anos atrás
pai
commit
410f1790d1
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -80,7 +80,7 @@
         <dependency>
             <groupId>com.carrotsearch.randomizedtesting</groupId>
             <artifactId>randomizedtesting-runner</artifactId>
-            <version>2.1.11</version>
+            <version>2.1.13</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -501,7 +501,7 @@
             <plugin>
                 <groupId>com.carrotsearch.randomizedtesting</groupId>
                 <artifactId>junit4-maven-plugin</artifactId>
-                <version>2.1.2</version>
+                <version>2.1.13</version>
                 <executions>
                     <execution>
                         <id>tests</id>