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 746e799 commit c9dcb3cCopy full SHA for c9dcb3c
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.13.4-SNAPSHOT</version>
+ <version>2.13.4</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.dataformat</groupId>
9
<artifactId>jackson-dataformats-binary</artifactId>
release-notes/VERSION-2.x
@@ -15,6 +15,10 @@ Modules:
15
#301: (cbor, smile) Missing configuration methods for format-specific
16
parser/generator features
17
18
+2.13.4 (03-Sep-2022)
19
+
20
+No changes since 2.13.3
21
22
2.13.3 (14-May-2022)
23
24
#317: (ion) IonValueDeserializer does not handle getNullValue correctly for a missing property
0 commit comments