aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-03-01 20:57:52 -0500
committerTaka Cho <tc012c@att.com>2018-03-01 20:58:45 -0500
commit65d7a3047e10675c1d754ded62987e55a6faaca6 (patch)
tree2a63143fef0cc8b485f5939d157ba0d925bd38c9 /appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle
parentf51a49361af8fae564d96cbda4038e7ea61ce872 (diff)
security issue jackson-mapper 1.9.12
Change-Id: I89266f7a8dde8bc409f4edc8bdf91195c4249515 Issue-ID: APPC-675 Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle')
-rw-r--r--appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml
index 1a6a276d1..4c2001b67 100644
--- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml
+++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
- <version>1.9.12</version>
+ <version>1.9.13</version>
</dependency>
<dependency>