leiningen
leiningen copied to clipboard
Bump default clojure version to fix CVE-2024-22871
Hello,
CVE-2024-22871 is fixed in clojure version 1.11.2, and the base version used in the current leiningen release is 1.11.1.
This is causing a security scan to fail, since the latest clojure docker image pulls in a jar for leiningen 2.11.2 with clojure version 1.11.1 installed. Could the default clojure version be bumped? thank you.