aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-02-23 17:08:43 -0500
committerMichael Hwang <mhwang@research.att.com>2018-02-23 17:13:33 -0500
commit817693f61d62cc01e13e425cdd6fc4030a69a092 (patch)
treec802de33a21858b1c5447cffd309c47fe19a899b /project.clj
parent308a8f90cc66b033535aa4c5c2098bb5bfcb26ee (diff)
Upgrade dependencies to address CLM scan
Flags raised for older versions of jackson and http-client libs which were both transitive dependencies. Change-Id: I8708370324c182dbc8e75697a3500a2545fa4938 Issue-ID: DCAEGEN2-362 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 3953da1..90c4776 100644
--- a/project.clj
+++ b/project.clj
@@ -24,7 +24,7 @@
(defproject service-change-handler "0.1.0"
:description "Service change handler"
:dependencies [[org.clojure/clojure "1.8.0"]
- [cheshire/cheshire "5.6.3"]
+ [cheshire/cheshire "5.8.0"]
[com.taoensso/timbre "4.7.4"]
[com.fzakaria/slf4j-timbre "0.3.2"]
[clj-http/clj-http "3.3.0"]