diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-03 15:13:00 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-03 15:13:04 +0800 |
commit | d187666db912e81b5283b7f5c155c0b42a2a8cfb (patch) | |
tree | 8b2635a0d94ed8ceaddae105643fb515832d0001 /apiroute/pom.xml | |
parent | 004053997ee2eb4e2570da200fe4cb8674876b23 (diff) |
update jackson databind to 2.10.1
Issue-ID: MSB-417
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: Ic1118e1b0695a64d1ca8b3529e74abee5fa11577
Diffstat (limited to 'apiroute/pom.xml')
-rw-r--r-- | apiroute/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiroute/pom.xml b/apiroute/pom.xml index f15675b..16ff7ba 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -50,7 +50,7 @@ <dropwizard.version>1.3.5</dropwizard.version> <guava.version>26.0-jre</guava.version> <jersey.version>2.25.1</jersey.version> - <jackson.version>2.9.8</jackson.version> + <jackson.version>2.10.1</jackson.version> <jetty.version>9.4.14.v20181114</jetty.version> <servlet.version>3.0.0.v201112011016</servlet.version> <metrics3.version>4.0.2</metrics3.version> |