[CSV-217] Add autoFlush option for CsvPrinter. Use current version of
Mockito.
This commit is contained in:
parent
5ca0f91ff6
commit
b4a084ed48
2
pom.xml
2
pom.xml
|
@ -41,7 +41,7 @@ CSV files of various types.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-all</artifactId>
|
<artifactId>mockito-all</artifactId>
|
||||||
<version>1.9.5</version>
|
<version>1.10.19</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue