@@ -15,27 +15,27 @@ These tools allow you to start a REPL for interactive use, download Clojure libr
1515====
1616
1717[[stable]]
18- == Stable Release: 1.12.4 (Dec 10, 2025 )
18+ == Stable Release: 1.12.5 (May 12, 2026 )
1919
2020Include the release in your project using the following coordinates:
2121
2222deps.edn coordinate:
2323
2424[source,clojure]
2525----
26- org.clojure/clojure {:mvn/version "1.12.4 "}
26+ org.clojure/clojure {:mvn/version "1.12.5 "}
2727----
2828
2929Leiningen dependency:
3030
3131[source,clojure]
3232----
33- [org.clojure/clojure "1.12.4 "]
33+ [org.clojure/clojure "1.12.5 "]
3434----
3535
3636=== Dependencies
3737
38- Clojure 1.12.4 depends on the following core libraries:
38+ Clojure 1.12.5 depends on the following core libraries:
3939
4040* `org.clojure/spec.alpha {:mvn/version "0.5.238"}` (https://repo1.maven.org/maven2/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar[jar])
4141* `org.clojure/core.specs.alpha {:mvn/version "0.4.74"}` (https://repo1.maven.org/maven2/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar[jar])
@@ -54,7 +54,9 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by
5454Read the https://github.com/clojure/clojure/blob/master/changes.md[Changelog] for detailed release information.
5555
5656[[dev]]
57- == Development Release: 1.12.5-rc1 (Apr 20, 2026)
57+ == Development Release: none
58+
59+ ////
5860
5961Include the release in your project using the following coordinates:
6062
@@ -79,6 +81,8 @@ Leiningen dependency:
7981** `org.clojure/core.specs.alpha {:mvn/version "0.4.74"}`
8082* Requirements: Java 8 or higher (recommended: Java 25)
8183
84+ ////
85+
8286== Older Releases
8387
8488* For older releases, see <<downloads_older#,Older Releases>>
@@ -96,7 +100,7 @@ Specify the version of Clojure that you want in your deps.edn:
96100[source,clojure]
97101----
98102{:deps
99- {org.clojure/clojure {:mvn/version "1.12.4 "}}}
103+ {org.clojure/clojure {:mvn/version "1.12.5 "}}}
100104----
101105
102106=== Via Leiningen
@@ -105,7 +109,7 @@ Modify the dependencies and repositories sections of your https://leiningen.org/
105109[source,clojure]
106110----
107111; under dependencies, select the release of clojure that you want
108- :dependencies [[org.clojure/clojure "1.12.4 "]]
112+ :dependencies [[org.clojure/clojure "1.12.5 "]]
109113----
110114
111115== Using Clojure SNAPSHOT releases
0 commit comments