Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit cb654f5

Browse files
committed
...
1 parent 479e1b6 commit cb654f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstractions.
2626

2727
<properties>
2828
<jackson.version.annotations>2.4.0</jackson.version.annotations>
29-
<jackson.version.core>2.4.4</jackson.version.core>
29+
<jackson.version.core>2.4.5</jackson.version.core>
3030
<!-- Generate PackageVersion.java into this directory. -->
3131
<packageVersion.dir>com/fasterxml/jackson/dataformat/csv</packageVersion.dir>
3232
<packageVersion.package>${project.groupId}.csv</packageVersion.package>

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project: jackson-dataformat-csv
99
#53: Add a way to specify "null value" (String) for `CsvGenerator` to use when writing `null`s
1010
(part of `CsvSchema`; method `withNullValue()`)
1111

12+
2.4.5 (13-Jan-2015)
1213
2.4.4 (24-Nov-2014)
1314

1415
#54: Encounter ArrayIndexOutOfBoundsException in the corner case delimiter or end-of-line

0 commit comments

Comments
 (0)