We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cf6f2 commit 851debdCopy full SHA for 851debd
README.md
@@ -23,7 +23,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
23
<dependency>
24
<groupId>com.fasterxml.jackson.core</groupId>
25
<artifactId>jackson-databind</artifactId>
26
- <version>2.2.2</version>
+ <version>2.3.0</version>
27
</dependency>
28
```
29
@@ -34,12 +34,12 @@ If so, also add:
34
35
36
<artifactId>jackson-annotations</artifactId>
37
38
39
40
41
<artifactId>jackson-core</artifactId>
42
43
44
45
0 commit comments