aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-02-08 07:45:28 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-02-08 07:45:35 -0500
commite7e2b09671a67bb2a599a6dadd486660913472f0 (patch)
treed63374e8ba0efbe29692eded40b10b96b6cd59fe /pom.xml
parent54f5e12e55286d84ee289c2a8af2cd8bf06c51bd (diff)
Security issue with jackson-databind
I should have upgraded to 2.9.4, my mistake. This has the actual fix in it for the security issue. Issue-ID: POLICY-506 Change-Id: I11d22b83a60789160852e17204ac3c03cb44f6c1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2b8109d8..1ea1f7a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
<cambria.version>0.0.1</cambria.version>
<jersey.version>2.25.1</jersey.version>
<jersey.swagger.version>1.5.18</jersey.swagger.version>
- <jackson.version>2.9.3</jackson.version>
+ <jackson.version>2.9.4</jackson.version>
<http.client.version>4.5.5</http.client.version>
<http.core.version>4.4.4</http.core.version>
<logback.version>1.2.3</logback.version>