Skip to content

Commit e3467a8

Browse files
committed
test & ci: bump deps
1 parent 1bc6329 commit e3467a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build-helper/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{:paths ["src"]
2-
:deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
2+
:deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
33
babashka/fs {:mvn/version "0.5.24"}}}

deps.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
:aliases
44
{:svm
55
;; this library is "provided"
6-
{:extra-deps {org.graalvm.sdk/nativeimage {:mvn/version "24.1.2"}}}
7-
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
6+
{:extra-deps {org.graalvm.sdk/nativeimage {:mvn/version "24.2.0"}}}
7+
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
88
babashka/fs {:mvn/version "0.5.24"}
99
babashka/process {:mvn/version "0.5.22"}
1010
slipset/deps-deploy {:mvn/version "0.2.2"}}
1111
:ns-default build}
1212
:uber {:extra-paths ["test"]}
13-
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.01.16"}}
13+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.02.20"}}
1414
:main-opts ["-m" "clj-kondo.main"]}
1515
:test {:extra-paths ["test"]
1616
:extra-deps {io.github.cognitect-labs/test-runner
1717
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
1818
babashka/process {:mvn/version "0.5.22"}}
1919
:exec-fn cognitect.test-runner.api/test}
20-
:outdated {:deps {org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings
21-
com.github.liquidz/antq {:mvn/version "2.11.1264"}}
20+
:outdated {:deps {org.slf4j/slf4j-simple {:mvn/version "2.0.17"} ;; to rid ourselves of logger warnings
21+
com.github.liquidz/antq {:mvn/version "2.11.1276"}}
2222
:main-opts ["-m" "antq.core"]}}}

0 commit comments

Comments
 (0)