From 42d3a3887bd13d6ec5bf943428f7f29991895512 Mon Sep 17 00:00:00 2001
From: Lee Hinman <lee@writequit.org>
Date: Thu, 11 Apr 2024 11:05:37 -0600
Subject: [PATCH] Release 3.12.4

---
 project.clj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project.clj b/project.clj
index 52f6afe0..6589b87f 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject clj-http "3.12.4-SNAPSHOT"
+(defproject clj-http "3.12.4"
   :description "A Clojure HTTP library wrapping the Apache HttpComponents client."
   :url "https://github.com/dakrone/clj-http/"
   :license {:name "The MIT License"
@@ -25,7 +25,7 @@
                                   [com.cognitect/transit-clj "1.0.324"]
                                   [ring/ring-codec "1.1.3"]
                                   ;; other (testing) deps
-                                  [org.clojure/clojure "1.10.3"]
+                                  [org.clojure/clojure "1.11.1"]
                                   [org.clojure/tools.logging "1.1.0"]
                                   [ring/ring-jetty-adapter "1.9.3"]
                                   [ring/ring-devel "1.9.3"]