We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303aa4b commit 9472834Copy full SHA for 9472834
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>com.fasterxml.jackson</groupId>
7
<artifactId>jackson-base</artifactId>
8
- <version>2.11.1</version>
+ <version>2.11.2-SNAPSHOT</version>
9
</parent>
10
11
<groupId>com.fasterxml.jackson.core</groupId>
release-notes/VERSION-2.x
@@ -4,6 +4,10 @@ Project: jackson-databind
4
=== Releases ===
------------------------------------------------------------------------
+2.11.1 (not yet released)
+
+-
2.11.1 (25-Jun-2020)
12
13
#2486: Builder Deserialization with JsonCreator Value vs Array
0 commit comments