From cc845af69673d4686c7dd8ec31ee1320b3c529c1 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 26 Apr 2024 10:26:33 +0200 Subject: [PATCH] Bump clojure version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 400a2ef..0ede4cf 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0.html"} - :dependencies [[org.clojure/clojure "1.11.2"] + :dependencies [[org.clojure/clojure "1.11.3"] [org.clojure/tools.reader "1.4.2"] [org.domaindrivenarchitecture/c4k-common-clj "6.2.3"] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]]