We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c55625 commit 0ccf255Copy full SHA for 0ccf255
pom.xml
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>com.fasterxml.jackson.core</groupId>
53
<artifactId>jackson-core</artifactId>
54
- <version>2.7.4</version>
+ <version>2.7.5</version>
55
</dependency>
56
57
<!-- and for testing we need a few libraries
release-notes/VERSION
@@ -4,7 +4,7 @@ Project: jackson-databind
4
=== Releases ===
5
------------------------------------------------------------------------
6
7
-2.7.5 (not yet released)
+2.7.5 (11-Jun-2016)
8
9
#1098: DeserializationFeature.FAIL_ON_INVALID_SUBTYPE does not work with
10
`JsonTypeInfo.Id.CLASS`
0 commit comments