File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 96
96
<dependency >
97
97
<groupId >com.fasterxml.jackson.core</groupId >
98
98
<artifactId >jackson-annotations</artifactId >
99
- <version >2.18.2</version >
100
99
</dependency >
101
100
<dependency >
102
101
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 39
39
<mariadb .connector.version>3.2.0</mariadb .connector.version>
40
40
<h2 .version>2.3.232</h2 .version>
41
41
<spring .version>6.1.14</spring .version>
42
+ <jackson .version>2.18.2</jackson .version>
42
43
</properties >
43
44
44
45
<licenses >
282
283
<dependency >
283
284
<groupId >com.fasterxml.jackson.core</groupId >
284
285
<artifactId >jackson-databind</artifactId >
285
- <version >2.17.2</version >
286
+ <version >${jackson.version} </version >
287
+ </dependency >
288
+ <dependency >
289
+ <groupId >com.fasterxml.jackson.core</groupId >
290
+ <artifactId >jackson-annotations</artifactId >
291
+ <version >${jackson.version} </version >
286
292
</dependency >
287
293
<dependency >
288
294
<groupId >org.dom4j</groupId >
You can’t perform that action at this time.
0 commit comments