diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-03-08 17:49:12 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-03-08 17:49:16 +0800 |
commit | 722d78240f9ae320ceb262b496cf8cee07ae2591 (patch) | |
tree | 1461425421ff7ce4a995e24209525521c29b0b05 /example | |
parent | 342e59ba8f874e692fb508d975448e6d0abaf266 (diff) |
Solve nexus IQ security issue
Upgrade the jackson-core to the latest version to solve SONATYPE-2017-0355
Issue-ID: MSB-131
Change-Id: I9a7fc431a07533c47fe56bd69b18012cf9d7216c
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'example')
-rw-r--r-- | example/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/pom.xml b/example/pom.xml index 26ce5a4..81dc972 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -23,7 +23,7 @@ <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> - <version>0.8.0</version> + <version>1.2.4</version> </dependency> </dependencies> <build> |