This repository was archived by the owner on Feb 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1818 <spring-boot-version >2.0.7.RELEASE</spring-boot-version >
1919 <springfox-version >2.8.0</springfox-version >
2020 <junit-version >4.13</junit-version >
21+ <jackson-version >2.10.2</jackson-version >
2122 </properties >
2223 <dependencyManagement >
2324 <dependencies >
117118 <dependency >
118119 <groupId >com.fasterxml.jackson.datatype</groupId >
119120 <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 >
120127 </dependency >
121128 <!-- Bean Validation API support -->
122129 <dependency >
Original file line number Diff line number Diff line change 232232 <diffutils-version >1.3.0</diffutils-version >
233233 <guava-version >26.0-jre</guava-version >
234234 <generex-version >1.0.2</generex-version >
235- <jackson-version >2.10.1 </jackson-version >
235+ <jackson-version >2.10.2 </jackson-version >
236236 <jackson-threetenbp-version >2.10.0</jackson-threetenbp-version >
237237 <kotlin-version >1.3.60</kotlin-version >
238238 </properties >
Original file line number Diff line number Diff line change 15961596 <commons-io-version >2.4</commons-io-version >
15971597 <commons-cli-version >1.2</commons-cli-version >
15981598 <junit-version >4.13</junit-version >
1599- <jackson-version >2.8.9 </jackson-version >
1599+ <jackson-version >2.10.2 </jackson-version >
16001600 <maven-plugin-version >1.0.0</maven-plugin-version >
16011601 <commons-lang-version >3.4</commons-lang-version >
16021602 <slf4j-version >1.7.12</slf4j-version >
You can’t perform that action at this time.
0 commit comments