Skip to content

Commit 17b1cf0

Browse files
committed
Bump Clojure dep to 1.11.4
1 parent bc32b85 commit 17b1cf0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelog
22
===========
33

44
* next
5+
* Bump clojure dep to 1.11.4
56
* Improve error message when clone fails to include url
67
* 2.5.197 on May 31, 2023
78
* TDEPS-248 - Make `tags` return known tags when offline

VERSION_TEMPLATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.GENERATED_VERSION
1+
2.6.GENERATED_VERSION

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:paths ["src/main/clojure"]
2-
:deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
2+
:deps {org.clojure/clojure {:mvn/version "1.11.4"}}}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<clojure.warnOnReflection>true</clojure.warnOnReflection>
22-
<clojure.version>1.9.0</clojure.version>
22+
<clojure.version>1.11.4</clojure.version>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)