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 93
93
<dependency >
94
94
<groupId >com.fasterxml.jackson.core</groupId >
95
95
<artifactId >jackson-annotations</artifactId >
96
- <version >2.17.0</version >
97
96
</dependency >
98
97
99
98
<dependency >
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >io.pebbletemplates</groupId >
71
71
<artifactId >pebble</artifactId >
72
- <version >3.2.2 </version >
72
+ <version >3.2.4 </version >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >tech.tablesaw</groupId >
Original file line number Diff line number Diff line change 288
288
289
289
<dependencyManagement >
290
290
<dependencies >
291
+ <dependency >
292
+ <groupId >com.fasterxml.jackson.core</groupId >
293
+ <artifactId >jackson-annotations</artifactId >
294
+ <version >2.19.0</version >
295
+ </dependency >
291
296
<dependency >
292
297
<groupId >com.fasterxml.jackson.core</groupId >
293
298
<artifactId >jackson-core</artifactId >
294
- <version >2.17 .0</version >
299
+ <version >2.19 .0</version >
295
300
</dependency >
296
301
<dependency >
297
302
<groupId >com.fasterxml.jackson.core</groupId >
298
303
<artifactId >jackson-databind</artifactId >
299
- <version >2.17 .0</version >
304
+ <version >2.19 .0</version >
300
305
</dependency >
301
306
<dependency >
302
307
<groupId >com.fasterxml.jackson.datatype</groupId >
303
308
<artifactId >jackson-datatype-jsr310</artifactId >
304
- <version >2.17 .0</version >
309
+ <version >2.19 .0</version >
305
310
</dependency >
306
311
<dependency >
307
312
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments