summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-12-19 08:57:29 -0500
committerDan Timoney <dtimoney@att.com>2018-12-19 15:54:07 +0000
commit38d2d6a121d00d49d989cabf7ec5844625ed4ffe (patch)
tree23b6503a81e16b69778c3ebebd1a12a1d97557ee
parent3beea0e535215ac127e68af16ff78d9cffeafd11 (diff)
Update jackson version to 2.8.9
Update jackson version to 2.8.9 to resolve known security issue. Change-Id: If76d3905595a984866b254885b9fc7b417676d31 Issue-ID: CCSDK-765 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--odlparent/client-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml
index 62ef7188..ed9bdc97 100644
--- a/odlparent/client-parent/pom.xml
+++ b/odlparent/client-parent/pom.xml
@@ -53,7 +53,7 @@
<checkstyle.skip>true</checkstyle.skip>
<org.json.version>20170516</org.json.version>
- <jackson.version>2.8.5</jackson.version>
+ <jackson.version>2.8.9</jackson.version>
<!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560
is fixed (either in PowerMock or with a new JUnit release) -->
<!-- Used everywhere -->