diff --git a/CHANGELOG.md b/CHANGELOG.md index abf12d5..a53b55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Changelog =========== * next + * Bump clojure dep to 1.11.4 * Improve error message when clone fails to include url * 2.5.197 on May 31, 2023 * TDEPS-248 - Make `tags` return known tags when offline diff --git a/VERSION_TEMPLATE b/VERSION_TEMPLATE index 1ff029e..0cfa6a1 100755 --- a/VERSION_TEMPLATE +++ b/VERSION_TEMPLATE @@ -1 +1 @@ -2.5.GENERATED_VERSION +2.6.GENERATED_VERSION diff --git a/deps.edn b/deps.edn index eff4f54..1fafc86 100644 --- a/deps.edn +++ b/deps.edn @@ -1,2 +1,2 @@ {:paths ["src/main/clojure"] - :deps {org.clojure/clojure {:mvn/version "1.9.0"}}} + :deps {org.clojure/clojure {:mvn/version "1.11.4"}}} diff --git a/pom.xml b/pom.xml index a8dfc05..a0a4161 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ true - 1.9.0 + 1.11.4