Skip to content

Commit 82babce

Browse files
committed
...
1 parent 67603af commit 82babce

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tree model)
2727
</scm>
2828

2929
<properties>
30-
<version.jackson.core>2.3.4</version.jackson.core>
30+
<version.jackson.core>2.3.5</version.jackson.core>
3131
<!-- Generate PackageVersion.java into this directory. -->
3232
<packageVersion.dir>com/fasterxml/jackson/dataformat/smile</packageVersion.dir>
3333
<packageVersion.package>${project.groupId}.smile</packageVersion.package>

release-notes/VERSION

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Project: jackson-dataformat-smile
22
Version: 2.3.4 (17-Jul-2014)
33

4-
#18: Shared keys can cause unescaped write of BYTE_MARKER_END_OF_CONTENT
5-
(reported by Boaz L, bleskes@github)
6-
74
------------------------------------------------------------------------
85
=== History: ===
96
------------------------------------------------------------------------
107

8+
2.3.5 (14-Jan-2015)
9+
10+
No changes since 2.3.4
11+
12+
2.3.4 (17-Jul-2014)
13+
14+
#18: Shared keys can cause unescaped write of BYTE_MARKER_END_OF_CONTENT
15+
(reported by Boaz L, bleskes@github)
16+
1117
2.3.3 (10-Apr-2014)
1218

1319
No changes since 2.3.2.

0 commit comments

Comments
 (0)