summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-12-19 08:57:29 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-12-19 08:57:29 -0500
commitffe3412689fb3342f509be81884c4c26cd921586 (patch)
treeca3f1887c62ed850947892b93f2df12ac6ac698b
parentf190925bd09ca039c361f3113c23e75ba8e25c43 (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 2b3bd57c..ce260bb0 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 -->