Skip to content

Commit df7e794

Browse files
committed
prepare for 2.8.7
1 parent 64967c4 commit df7e794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-core</artifactId>
53-
<version>2.8.6</version>
53+
<version>2.8.7</version>
5454
</dependency>
5555

5656
<!-- and for testing we need a few libraries

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Project: jackson-databind
33
=== Releases ===
44
------------------------------------------------------------------------
55

6-
2.8.7 (not yet released)
6+
2.8.7 (21-Feb-2017)
77

88
#935: `@JsonProperty(access = Access.READ_ONLY)` - unexpected behaviour
99
#1317: '@JsonIgnore' annotation not working with creator properties, serialization

0 commit comments

Comments
 (0)