We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8c69e commit 13ce5edCopy full SHA for 13ce5ed
pom.xml
@@ -50,7 +50,7 @@
50
<dependency>
51
<groupId>com.fasterxml.jackson.core</groupId>
52
<artifactId>jackson-core</artifactId>
53
- <version>2.8.8-SNAPSHOT</version>
+ <version>2.8.8</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.8 (not yet released)
+2.8.8 (05-Apr-2017)
7
8
(partial) #994: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` only works for POJOs, Maps
9
#1345: `@JsonProperty(access = READ_ONLY)` together with generated constructor (Lombok) causes
0 commit comments