We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede8519 commit dd0b3b6Copy full SHA for dd0b3b6
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.14.1-SNAPSHOT</version>
+ <version>2.14.1</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.core</groupId>
14
<artifactId>jackson-core</artifactId>
release-notes/VERSION-2.x
@@ -18,6 +18,10 @@ JSON library.
18
19
No changes since 2.14
20
21
+2.14.1 (21-Nov-2022)
22
+
23
+No changes since 2.14.0
24
25
2.14.0 (05-Nov-2022)
26
27
#478: Provide implementation of async JSON parser fed by `ByteBufferFeeder`
0 commit comments