[CSV-217] Add autoFlush option for CsvPrinter. Use current version of

Mockito.
This commit is contained in:
Gary Gregory 2017-10-09 13:26:57 -06:00
parent 5ca0f91ff6
commit b4a084ed48
1 changed files with 1 additions and 1 deletions

View File

@ -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>