diff --git a/pom.xml b/pom.xml
index 9f30b9de..c3c8ccdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
50
commons-csv
- 1.8.1-SNAPSHOT
+ 1.9-SNAPSHOT
Apache Commons CSV
https://commons.apache.org/proper/commons-csv/
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
@@ -137,11 +137,11 @@
- 1.8
+ 1.9
(Java 8)
RC2
- 1.7
+ 1.8
csv
org.apache.commons.csv
CSV
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 99ac97d9..82ab4c7e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,13 +38,14 @@
Apache Commons CSV Release Notes
-
+
Add testcases for CSVRecord with get(Enum) and toString. #54.
Replace FindBugs with SpotBugs #56.
Javadoc typo in CSVFormat let's -> lets #57.
CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61.
org.mockito:mockito-core 3.2.4 -> 3.3.3.
- maven-pmd-plugin 3.12.0 -> 3.13.0.
+ Make the method CSVRecord#putIn(Map) public.
+ Make the method CSVRecord#putIn(Map) public