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
2323<dependency >
2424 <groupId >com.fasterxml.jackson.core</groupId >
2525 <artifactId >jackson-databind</artifactId >
26- <version >2.3.0 </version >
26+ <version >2.3.1 </version >
2727</dependency >
2828```
2929
@@ -32,14 +32,15 @@ If so, also add:
3232
3333``` xml
3434<dependency >
35+ <!-- note: typically only ".0" patch version exists for core annotations
3536 <groupId>com.fasterxml.jackson.core</groupId>
3637 <artifactId>jackson-annotations</artifactId>
3738 <version>2.3.0</version>
3839</dependency>
3940<dependency>
4041 <groupId>com.fasterxml.jackson.core</groupId>
4142 <artifactId>jackson-core</artifactId>
42- <version >2.3.0 </version >
43+ <version>2.3.1 </version>
4344</dependency>
4445```
4546
You can’t perform that action at this time.
0 commit comments