We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7155de commit f18a260Copy full SHA for f18a260
pom.xml
@@ -50,7 +50,7 @@
50
<dependency>
51
<groupId>com.fasterxml.jackson.core</groupId>
52
<artifactId>jackson-core</artifactId>
53
- <version>2.8.5</version>
+ <version>2.8.6</version>
54
</dependency>
55
56
<!-- and for testing we need a few libraries
release-notes/VERSION
@@ -3,7 +3,7 @@ Project: jackson-databind
3
=== Releases ===
4
------------------------------------------------------------------------
5
6
-2.8.6 (not yet released)
+2.8.6 (12-Jan-2017)
7
8
#349: @JsonAnySetter with @JsonUnwrapped: deserialization fails with arrays
9
(reported by hdave@github)
0 commit comments