Skip to content

Commit 5e07a0b

Browse files
committed
maint: bump deps
1 parent 2d0a4fe commit 5e07a0b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:min-bb-version "0.8.2"
22
:paths ["script" "build"]
33
:deps {doric/doric {:mvn/version "0.9.0"}
4-
org.clj-commons/pretty {:mvn/version "3.3.2"}
4+
org.clj-commons/pretty {:mvn/version "3.6.2"}
55
lread/status-line {:git/url "https://github.com/lread/status-line.git"
66
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
77
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}

deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src" "resources"]
22
:deps {org.clojure/clojure {:mvn/version "1.10.3"} ;; min clojure version
3-
babashka/fs {:mvn/version "0.5.25"}
3+
babashka/fs {:mvn/version "0.5.26"}
44
babashka/process {:mvn/version "0.6.23"}
55
org.babashka/http-client {:mvn/version "0.4.23"}
66
slingshot/slingshot {:mvn/version "0.12.2"}
@@ -21,7 +21,7 @@
2121
:debug {:extra-paths ["env/dev/resources"]}
2222
:test {:extra-paths ["test" "env/test/resources" "build"]
2323
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
24-
org.babashka/cli {:mvn/version "0.8.65"}
24+
org.babashka/cli {:mvn/version "0.8.66"}
2525
ch.qos.logback/logback-classic {:mvn/version "1.5.18"}
2626
;; for http-client which uses apache http client 4.x which uses commons logging
2727
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.17"}
@@ -54,7 +54,7 @@
5454

5555
:clofidence {:classpath-overrides {org.clojure/clojure nil}
5656
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.1"}
57-
com.github.flow-storm/clofidence {:mvn/version "0.4.1"}}
57+
com.github.flow-storm/clofidence {:mvn/version "0.4.2"}}
5858
:exec-fn clofidence.main/run
5959
:exec-args {:report-name "Etaoin Test Coverage"
6060
:output-folder "target/clofidence"
@@ -63,7 +63,7 @@
6363
:jvm-opts ["-Dclojure.storm.instrumentOnlyPrefixes=etaoin"]}
6464

6565
;; for consistent linting we use a specific version of clj-kondo through the jvm
66-
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.06.05"}}
66+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.07.28"}}
6767
:main-opts ["-m" "clj-kondo.main"]}
6868

6969
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.3"}}
@@ -74,7 +74,7 @@
7474
:exclude-linters [:local-shadows-var]
7575
:ignored-faults {:deprecations {etaoin.api-test true}}}]}
7676

77-
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.9"}}
77+
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.10"}}
7878
:extra-paths ["build"]
7979
:ns-default build}
8080

@@ -91,7 +91,7 @@
9191
:repl/cider
9292
{:extra-deps {org.clojure/clojure {:mvn/version "1.12.1"}
9393
nrepl/nrepl {:mvn/version "1.3.1"}
94-
cider/cider-nrepl {:mvn/version "0.56.0"}
94+
cider/cider-nrepl {:mvn/version "0.57.0"}
9595
refactor-nrepl/refactor-nrepl {:mvn/version "3.11.0"}}
9696
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
9797
:main-opts ["-m" "nrepl.cmdline"

0 commit comments

Comments
 (0)