File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 9393 <dependency >
9494 <groupId >com.fasterxml.jackson.core</groupId >
9595 <artifactId >jackson-annotations</artifactId >
96- <version >2.17.0</version >
9796 </dependency >
9897
9998 <dependency >
Original file line number Diff line number Diff line change 6969 <dependency >
7070 <groupId >io.pebbletemplates</groupId >
7171 <artifactId >pebble</artifactId >
72- <version >3.2.2 </version >
72+ <version >3.2.4 </version >
7373 </dependency >
7474 <dependency >
7575 <groupId >tech.tablesaw</groupId >
Original file line number Diff line number Diff line change 288288
289289 <dependencyManagement >
290290 <dependencies >
291+ <dependency >
292+ <groupId >com.fasterxml.jackson.core</groupId >
293+ <artifactId >jackson-annotations</artifactId >
294+ <version >2.19.0</version >
295+ </dependency >
291296 <dependency >
292297 <groupId >com.fasterxml.jackson.core</groupId >
293298 <artifactId >jackson-core</artifactId >
294- <version >2.17 .0</version >
299+ <version >2.19 .0</version >
295300 </dependency >
296301 <dependency >
297302 <groupId >com.fasterxml.jackson.core</groupId >
298303 <artifactId >jackson-databind</artifactId >
299- <version >2.17 .0</version >
304+ <version >2.19 .0</version >
300305 </dependency >
301306 <dependency >
302307 <groupId >com.fasterxml.jackson.datatype</groupId >
303308 <artifactId >jackson-datatype-jsr310</artifactId >
304- <version >2.17 .0</version >
309+ <version >2.19 .0</version >
305310 </dependency >
306311 <dependency >
307312 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments