This repository was archived by the owner on Feb 9, 2021. It is now read-only.
Commit fe3cb52 1 parent e3317a3 commit fe3cb52 Copy full SHA for fe3cb52
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 18
18
<spring-boot-version >2.0.7.RELEASE</spring-boot-version >
19
19
<springfox-version >2.8.0</springfox-version >
20
20
<junit-version >4.13</junit-version >
21
+ <jackson-version >2.10.2</jackson-version >
21
22
</properties >
22
23
<dependencyManagement >
23
24
<dependencies >
117
118
<dependency >
118
119
<groupId >com.fasterxml.jackson.datatype</groupId >
119
120
<artifactId >jackson-datatype-jsr310</artifactId >
121
+ <version >${jackson-version} </version >
122
+ </dependency >
123
+ <dependency >
124
+ <groupId >com.fasterxml.jackson.core</groupId >
125
+ <artifactId >jackson-core</artifactId >
126
+ <version >${jackson-version} </version >
120
127
</dependency >
121
128
<!-- Bean Validation API support -->
122
129
<dependency >
Original file line number Diff line number Diff line change 232
232
<diffutils-version >1.3.0</diffutils-version >
233
233
<guava-version >26.0-jre</guava-version >
234
234
<generex-version >1.0.2</generex-version >
235
- <jackson-version >2.10.1 </jackson-version >
235
+ <jackson-version >2.10.2 </jackson-version >
236
236
<jackson-threetenbp-version >2.10.0</jackson-threetenbp-version >
237
237
<kotlin-version >1.3.60</kotlin-version >
238
238
</properties >
Original file line number Diff line number Diff line change 1596
1596
<commons-io-version >2.4</commons-io-version >
1597
1597
<commons-cli-version >1.2</commons-cli-version >
1598
1598
<junit-version >4.13</junit-version >
1599
- <jackson-version >2.8.9 </jackson-version >
1599
+ <jackson-version >2.10.2 </jackson-version >
1600
1600
<maven-plugin-version >1.0.0</maven-plugin-version >
1601
1601
<commons-lang-version >3.4</commons-lang-version >
1602
1602
<slf4j-version >1.7.12</slf4j-version >
You can’t perform that action at this time.
0 commit comments