File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 119119 <maven-javadoc-plugin .version>3.0.0-M1</maven-javadoc-plugin .version>
120120 <maven-source-plugin .version>3.0.1</maven-source-plugin .version>
121121 <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
122+ <jackson .version>2.8.9</jackson .version>
122123 </properties >
123124
124125 <dependencies >
251252 <dependency >
252253 <groupId >com.fasterxml.jackson.core</groupId >
253254 <artifactId >jackson-databind</artifactId >
254- <version >2.8.8.1 </version >
255+ <version >${jackson.version} </version >
255256 </dependency >
256257 <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
257258 <dependency >
258259 <groupId >com.fasterxml.jackson.dataformat</groupId >
259260 <artifactId >jackson-dataformat-yaml</artifactId >
260- <version >2.8.8 </version >
261+ <version >${jackson.version} </version >
261262 </dependency >
262263 <dependency >
263264 <groupId >joda-time</groupId >
You can’t perform that action at this time.
0 commit comments