File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
23
23
<dependency >
24
24
<groupId >com.fasterxml.jackson.core</groupId >
25
25
<artifactId >jackson-databind</artifactId >
26
- <version >2.2.2 </version >
26
+ <version >2.3.0 </version >
27
27
</dependency >
28
28
```
29
29
@@ -34,12 +34,12 @@ If so, also add:
34
34
<dependency >
35
35
<groupId >com.fasterxml.jackson.core</groupId >
36
36
<artifactId >jackson-annotations</artifactId >
37
- <version >2.2.2 </version >
37
+ <version >2.3.0 </version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >com.fasterxml.jackson.core</groupId >
41
41
<artifactId >jackson-core</artifactId >
42
- <version >2.2.2 </version >
42
+ <version >2.3.0 </version >
43
43
</dependency >
44
44
```
45
45
You can’t perform that action at this time.
0 commit comments