We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64967c4 commit df7e794Copy full SHA for df7e794
pom.xml
@@ -50,7 +50,7 @@
50
<dependency>
51
<groupId>com.fasterxml.jackson.core</groupId>
52
<artifactId>jackson-core</artifactId>
53
- <version>2.8.6</version>
+ <version>2.8.7</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.7 (not yet released)
+2.8.7 (21-Feb-2017)
7
8
#935: `@JsonProperty(access = Access.READ_ONLY)` - unexpected behaviour
9
#1317: '@JsonIgnore' annotation not working with creator properties, serialization
0 commit comments