We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297b206 commit ce9fad9Copy full SHA for ce9fad9
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.fasterxml.jackson.core</groupId>
12
<artifactId>jackson-databind</artifactId>
13
- <version>2.7.1-2-SNAPSHOT</version>
+ <version>2.7.2-SNAPSHOT</version>
14
<name>jackson-databind</name>
15
<packaging>bundle</packaging>
16
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -51,7 +51,7 @@
51
<dependency>
52
53
<artifactId>jackson-core</artifactId>
54
- <version>2.7.1</version>
55
</dependency>
56
57
<!-- and for testing we need a few libraries
0 commit comments