Skip to content

Commit ea15e31

Browse files
committed
Prepare for 2.14.0
1 parent 0d48020 commit ea15e31

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.14.0-SNAPSHOT</version>
11+
<version>2.14.0</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
Not yet released:
18-
19-
#834: ReaderBaseJsonParser._verifyRootSpace() can cause buffer boundary failure
20-
21-
2.14.0-rc3 (28-Oct-2022)
22-
2.14.0-rc2 (10-Oct-2022)
23-
2.14.0-rc1 (25-Sep-2022)
17+
2.14.0 (05-Nov-2022)
2418

2519
#478: Provide implementation of async JSON parser fed by `ByteBufferFeeder`
2620
(requested by Arjen P)
@@ -78,6 +72,7 @@ Not yet released:
7872
(contributed by @pjfanning)
7973
#830: Make `BigDecimal` parsing lazy
8074
(contributed by @pjfanning)
75+
#834: ReaderBaseJsonParser._verifyRootSpace() can cause buffer boundary failure
8176

8277
2.13.4 (03-Sep-2022)
8378

0 commit comments

Comments
 (0)