From 43ab8bbe38f8f31cec1e1ecae6762ba4a39bb15a Mon Sep 17 00:00:00 2001 From: smcavallo Date: Thu, 23 Jun 2022 17:15:21 -0400 Subject: [PATCH 1/2] update misc deps --- project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index a6eb71e..a432531 100644 --- a/project.clj +++ b/project.clj @@ -1,12 +1,12 @@ -(defproject sonian/carica "1.2.3-SNAPSHOT" +(defproject sonian/carica "1.2.4-SNAPSHOT" :description "A flexible configuration library" :url "https://github.com/sonian/carica" :dependencies [[cheshire "5.3.1"] - [org.clojure/tools.logging "0.2.6"] - [org.clojure/tools.reader "0.8.3"]] + [org.clojure/tools.logging "1.2.4"] + [org.clojure/tools.reader "1.3.6"]] :profiles {:dev {:resource-paths ["etc"] - :dependencies [[org.clojure/clojure "1.5.1"]]} + :dependencies [[org.clojure/clojure "1.10.3"]]} :1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}} :aliases {"all" ["with-profile" "dev:1.4,dev"]} ;; For Lein 1 From fa294fd7aa8128cd3a31bfe7b7962a96e45157a2 Mon Sep 17 00:00:00 2001 From: smcavallo Date: Thu, 23 Jun 2022 17:16:07 -0400 Subject: [PATCH 2/2] update cheshire --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a432531..f105780 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (defproject sonian/carica "1.2.4-SNAPSHOT" :description "A flexible configuration library" :url "https://github.com/sonian/carica" - :dependencies [[cheshire "5.3.1"] + :dependencies [[cheshire "5.11.0"] [org.clojure/tools.logging "1.2.4"] [org.clojure/tools.reader "1.3.6"]] :profiles {:dev