Skip to content

Commit e6bb9eb

Browse files
committed
Bump dependencies
1 parent 13e9155 commit e6bb9eb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/clojure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
distribution: 'corretto'
2525

2626
- name: Install clojure tools
27-
uses: DeLaGuardo/setup-clojure@13.4
27+
uses: DeLaGuardo/setup-clojure@13.5.2
2828
with:
29-
cli: 1.12.3.1577
29+
cli: 1.12.4.1602
3030

3131
- name: Cache clojure dependencies
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: |
3535
~/.m2/repository

deps.edn

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src"
22
"resources"]
33

4-
:deps {org.clj-commons/pretty {:mvn/version "3.6.7"}
4+
:deps {org.clj-commons/pretty {:mvn/version "3.6.8"}
55
org.clj-commons/humanize {:mvn/version "1.1"}}
66

77
:net.lewisship.build/scm
@@ -16,25 +16,25 @@
1616
:git/sha "dfb30dd"}
1717
io.github.hlship/trace {:mvn/version "1.4"}
1818
io.github.tonsky/clj-reload {:mvn/version "1.0.0"}
19-
nubank/matcher-combinators {:mvn/version "3.9.2"}
20-
babashka/babashka {:mvn/version "1.12.209"}}
19+
nubank/matcher-combinators {:mvn/version "3.10.0"}
20+
babashka/babashka {:mvn/version "1.12.215"}}
2121
:exec-fn cognitect.test-runner.api/test
2222
:jvm-opts ["-Dclj-commons.ansi.enabled=true"]
2323
:exec-args
2424
{:patterns [".*-tests?$"]}}
2525

2626
:pom
27-
{:extra-deps {org.clojure/tools.cli {:mvn/version "1.2.245" :optional true}
28-
babashka/fs {:mvn/version "0.5.27" :optional true}
29-
babashka/process {:mvn/version "0.6.23" :optional true}
30-
selmer/selmer {:mvn/version "1.12.69" :optional true}
27+
{:extra-deps {org.clojure/tools.cli {:mvn/version "1.3.250" :optional true}
28+
babashka/fs {:mvn/version "0.5.31" :optional true}
29+
babashka/process {:mvn/version "0.6.25" :optional true}
30+
selmer/selmer {:mvn/version "1.13.1" :optional true}
3131
org.babashka/cli {:mvn/version "0.8.67" :optional true}}}
3232

3333
:1.11
3434
{:override-deps {org.clojure/clojure ^:antq/exclude {:mvn/version "1.11.4"}}}
3535

3636
:lint
37-
{:deps {clj-kondo/clj-kondo {:mvn/version "2025.10.23"}}
37+
{:deps {clj-kondo/clj-kondo {:mvn/version "2026.01.19"}}
3838
:main-opts ["-m" "clj-kondo.main" "--lint" "src" "test"]}
3939

4040
:build

0 commit comments

Comments
 (0)