File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
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.3.0 </version >
26
+ <version >2.3.1 </version >
27
27
</dependency >
28
28
```
29
29
@@ -32,14 +32,15 @@ If so, also add:
32
32
33
33
``` xml
34
34
<dependency >
35
+ <!-- note: typically only ".0" patch version exists for core annotations
35
36
<groupId>com.fasterxml.jackson.core</groupId>
36
37
<artifactId>jackson-annotations</artifactId>
37
38
<version>2.3.0</version>
38
39
</dependency>
39
40
<dependency>
40
41
<groupId>com.fasterxml.jackson.core</groupId>
41
42
<artifactId>jackson-core</artifactId>
42
- <version >2.3.0 </version >
43
+ <version>2.3.1 </version>
43
44
</dependency>
44
45
```
45
46
You can’t perform that action at this time.
0 commit comments