[CSV-217] Add autoFlush option for CsvPrinter. Use current version of Mockito.
Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/b4a084ed Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/b4a084ed Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/b4a084ed Branch: refs/heads/CSV-216 Commit: b4a084ed4839f297ab3f88c48d48f5081f229c96 Parents: 5ca0f91 Author: Gary Gregory <ggreg...@apache.org> Authored: Mon Oct 9 13:26:57 2017 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Mon Oct 9 13:26:57 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/b4a084ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9777da..266b509 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ CSV files of various types. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> - <version>1.9.5</version> + <version>1.10.19</version> <scope>test</scope> </dependency> <dependency>