Skip to content

Commit 4bf5963

Browse files
author
dijingchao
committed
fix: 2.8.9 jackson #ARCH-2499
1 parent 4411aa7 commit 4bf5963

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
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>
@@ -251,13 +252,13 @@
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>

0 commit comments

Comments
 (0)