We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c3440 commit 29c9eb8Copy full SHA for 29c9eb8
pom.xml
@@ -10,7 +10,7 @@
10
<parent>
11
<groupId>com.fasterxml.jackson</groupId>
12
<artifactId>jackson-base</artifactId>
13
- <version>2.12.4-SNAPSHOT</version>
+ <version>2.12.4</version>
14
</parent>
15
16
<groupId>com.fasterxml.jackson.core</groupId>
release-notes/VERSION-2.x
@@ -4,7 +4,7 @@ Project: jackson-databind
4
=== Releases ===
5
------------------------------------------------------------------------
6
7
-2.12.4 (not yet released)
+2.12.4 (06-Jul-2021)
8
9
#3139: Deserialization of "empty" subtype with DEDUCTION failed
(reported by JoeWoo; fix provided by drekbour@github)
0 commit comments