Skip to content

Commit

Permalink
Update jackson dependency to 2.9.9. (sofastack#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan authored May 31, 2019
1 parent 538453a commit e0369dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
<hessian.version>3.3.6</hessian.version>
<thrift.version>0.9.2</thrift.version>
<protobuf.version>3.1.0</protobuf.version>
<jackson.version>2.9.8</jackson.version>
<jackson.annotation.version>2.9.0</jackson.annotation.version>
<jackson.version>2.9.9</jackson.version>
<msgpack.version>0.6.11</msgpack.version>
<protostuff.version>1.5.9</protostuff.version>

Expand Down Expand Up @@ -252,7 +251,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.annotation.version}</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit e0369dd

Please sign in to comment.