diff --git a/pom.xml b/pom.xml index 14e3aae3..ffe27cb8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 74 commons-csv - 1.11.1-SNAPSHOT + 1.12.0-SNAPSHOT Apache Commons CSV https://commons.apache.org/proper/commons-csv/ 2005 @@ -161,12 +161,12 @@ - 1.11.0 + 1.12.0 (Java 8 or above) RC1 - 1.10.0 - 1.11.1 + 1.11.0 + 1.12.1 csv org.apache.commons.csv CSV diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36b5c6fd..1fdf448e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,7 +40,7 @@ Apache Commons CSV Release Notes - + Add CSVException that extends IOException thrown on invalid input instead of IOException.