diff options
author | 2020-07-27 17:19:36 -0400 | |
---|---|---|
committer | 2020-07-27 17:19:50 -0400 | |
commit | be6f932b74729c55f77bf504c4d07b625043564e (patch) | |
tree | 5ca14d29cc73b7238c12164f34ad11987c7a432b /project.clj | |
parent | bd6dac804d13a3535f8eca53e1e4e0545c81a905 (diff) |
fix pom.xml dependencies
Issue-ID: DCAEGEN2-2330
Change-Id: I918e2ce9cefa623daa97f732f6f7d73c3a0998ee
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 67b841a..09aafe0 100644 --- a/project.clj +++ b/project.clj @@ -24,7 +24,7 @@ (defproject service-change-handler "1.4.0" :description "Service change handler" :dependencies [[org.clojure/clojure "1.10.1"] - [cheshire/cheshire "5.10.0"] + [cheshire/cheshire "5.9.0"] [org.clojure/tools.logging "1.1.0"] [clj-http/clj-http "3.10.1"] [org.bovinegenius/exploding-fish "0.3.6"] |