From 275d54a98f5a6fce6514fba455875e2c26dd1322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 21:20:12 -0500 Subject: [PATCH] Update dependency cheshire:cheshire to v5.12.0 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a944279..de0cb74 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://github.com/Wall-Brew-Co/strawpoll-client" :license {:name "MIT" :url "https://opensource.org/licenses/MIT"} - :dependencies [[cheshire "5.11.0"] + :dependencies [[cheshire "5.12.0"] [clj-http "3.12.3"] [org.clojure/clojure "1.11.1"]] :profiles {:uberjar {:aot :all}