From be6f932b74729c55f77bf504c4d07b625043564e Mon Sep 17 00:00:00 2001 From: "Schmalzried, Terry (ts862m)" Date: Mon, 27 Jul 2020 17:19:36 -0400 Subject: fix pom.xml dependencies Issue-ID: DCAEGEN2-2330 Change-Id: I918e2ce9cefa623daa97f732f6f7d73c3a0998ee Signed-off-by: Schmalzried, Terry (ts862m) --- pom.xml | 14 +++++++------- project.clj | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 155cf42..7d125b0 100644 --- a/pom.xml +++ b/pom.xml @@ -53,12 +53,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.clojure clojure - 1.8.0 + 1.10.1 cheshire cheshire - 5.8.0 + 5.9.0 com.draines @@ -73,17 +73,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.clojure tools.logging - 0.4.0 + 1.1.0 clj-http clj-http - 3.3.0 + 3.10.1 org.bovinegenius exploding-fish - 0.3.4 + 0.3.6 clj-yaml @@ -93,12 +93,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ch.qos.logback logback-classic - 1.2.1 + 1.2.3 clj-fakes clj-fakes - 0.9.0 + 0.12.0 test 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"] -- cgit 1.2.3-korg