Skip to content

Commit 8dda02d

Browse files
aliases: update library versions using make dependencies-update
| :name | :current | :latest | |-----------------------------------|------------|------------| | com.github.flow-storm/clojure | 1.12.4 | 1.12.5 | | com.github.seancorfield/next.jdbc | 1.3.1093 | 1.3.1108 | | djblue/portal | 0.64.1 | 0.65.0 | | io.github.clj-holmes/clj-watson | v6.0.1 | v6.1.0 | | io.github.seancorfield/deps-new | v0.11.1 | v0.12.2 | | org.slf4j/slf4j-nop | 2.0.17 | 2.0.18 | | refactor-nrepl/refactor-nrepl | 3.11.0 | 3.13.0 | | slipset/deps-deploy | 0.2.3 | 0.2.5 |
1 parent 9132b42 commit 8dda02d

2 files changed

Lines changed: 33 additions & 20 deletions

File tree

CHANGELOG.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
** Updated
66
- dev: update github actions to latest versions `make dependencies-update`
7+
- aliases: update library versions using `make dependencies-update`
8+
9+
| :name | :current | :latest |
10+
|-----------------------------------|------------|------------|
11+
| com.github.flow-storm/clojure | 1.12.4 | 1.12.5 |
12+
| com.github.seancorfield/next.jdbc | 1.3.1093 | 1.3.1108 |
13+
| djblue/portal | 0.64.1 | 0.65.0 |
14+
| io.github.clj-holmes/clj-watson | v6.0.1 | v6.1.0 |
15+
| io.github.seancorfield/deps-new | v0.11.1 | v0.12.2 |
16+
| org.slf4j/slf4j-nop | 2.0.17 | 2.0.18 |
17+
| refactor-nrepl/refactor-nrepl | 3.11.0 | 3.13.0 |
18+
| slipset/deps-deploy | 0.2.3 | 0.2.5 |
19+
720

821
* 2026-05-01
922
** Added

deps.edn

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
;; Use with editor command to start a REPL (Jack-in) to include REPL Reloaded tools
6464
:dev/reloaded
6565
{:extra-paths ["dev" "test"]
66-
:extra-deps {djblue/portal {:mvn/version "0.64.1"} ; portal data inspector
66+
:extra-deps {djblue/portal {:mvn/version "0.65.0"} ; portal data inspector
6767
clj-commons/clj-yaml {:mvn/version "1.0.29"} ; portal yaml support (optional)
6868
org.clojure/tools.namespace {:mvn/version "1.5.1"}
6969
org.clojure/tools.trace {:mvn/version "0.9.0"}
70-
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}
70+
org.slf4j/slf4j-nop {:mvn/version "2.0.18"}
7171
com.brunobonacci/mulog {:mvn/version "0.10.1"}
7272
lambdaisland/kaocha {:mvn/version "1.91.1392"}
7373
org.clojure/test.check {:mvn/version "1.1.3"}
@@ -76,7 +76,7 @@
7676
;; ClojureScript tools during REPl startup
7777
:dev/reloaded-cljs
7878
{:extra-paths ["dev" "test"]
79-
:extra-deps {djblue/portal {:mvn/version "0.64.1"} ; portal data inspector
79+
:extra-deps {djblue/portal {:mvn/version "0.65.0"} ; portal data inspector
8080
org.clojure/clojurescript {:mvn/version "1.10.844"}
8181
lambdaisland/kaocha-cljs {:mvn/version "1.9.181"}
8282
org.clojure/test.check {:mvn/version "1.1.3"}}}
@@ -127,7 +127,7 @@
127127
{:extra-deps
128128
{nrepl/nrepl {:mvn/version "1.7.0"}
129129
cider/cider-nrepl {:mvn/version "0.59.0"}
130-
djblue/portal {:mvn/version "0.64.1"}}
130+
djblue/portal {:mvn/version "0.65.0"}}
131131
:main-opts ["--main" "nrepl.cmdline"
132132
"--middleware"
133133
"[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]}
@@ -140,7 +140,7 @@
140140
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.18.1158"}
141141
nrepl/nrepl {:mvn/version "1.7.0"}
142142
cider/cider-nrepl {:mvn/version "0.59.0"}
143-
refactor-nrepl/refactor-nrepl {:mvn/version "3.11.0"}}
143+
refactor-nrepl/refactor-nrepl {:mvn/version "3.13.0"}}
144144
:main-opts ["--eval" "(require '[nextjournal.clerk])(nextjournal.clerk/show! 'nextjournal.clerk.tap)(nextjournal.clerk/serve! {:browse? true})"
145145
"-m" "nrepl.cmdline"
146146
"--middleware" "[refactor-nrepl.middleware/wrap-refactor,cider.nrepl/cider-middleware]"
@@ -176,11 +176,11 @@
176176
:extra-deps {nrepl/nrepl {:mvn/version "1.7.0"}
177177
cider/cider-nrepl {:mvn/version "0.59.0"}
178178
com.bhauman/rebel-readline {:mvn/version "0.1.7"}
179-
djblue/portal {:mvn/version "0.64.1"} ; portal data inspector
179+
djblue/portal {:mvn/version "0.65.0"} ; portal data inspector
180180
clj-commons/clj-yaml {:mvn/version "1.0.29"} ; portal yaml support (optional)
181181
org.clojure/tools.namespace {:mvn/version "1.5.1"}
182182
org.clojure/tools.trace {:mvn/version "0.9.0"}
183-
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}
183+
org.slf4j/slf4j-nop {:mvn/version "2.0.18"}
184184
com.brunobonacci/mulog {:mvn/version "0.10.1"}
185185
lambdaisland/kaocha {:mvn/version "1.91.1392"}
186186
org.clojure/test.check {:mvn/version "1.1.3"}
@@ -227,7 +227,7 @@
227227
;; clojure -T:project/create :template template/name :name project/name
228228
:project/create
229229
{:replace-deps {io.github.seancorfield/deps-new
230-
{:git/tag "v0.11.1" :git/sha "dd459f0"}
230+
{:git/tag "v0.12.2" :git/sha "465b303"}
231231
io.github.practicalli/project-templates
232232
{:git/tag "2026-02-05" :git/sha "d414973"}}
233233
:exec-fn org.corfield.new/create
@@ -237,7 +237,7 @@
237237
;; Local testing of Practicalli Project Templates
238238
:project/create-local
239239
{:replace-deps {io.github.seancorfield/deps-new
240-
{:git/tag "v0.11.1" :git/sha "dd459f0"}
240+
{:git/tag "v0.12.2" :git/sha "465b303"}
241241
practicalli/project-templates
242242
{:local/root "/home/practicalli/projects/practicalli/code/project-templates/"}}
243243
:exec-fn org.corfield.new/create
@@ -297,7 +297,7 @@
297297
:search/outdated
298298
{:replace-paths ["."]
299299
:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}
300-
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}}
300+
org.slf4j/slf4j-nop {:mvn/version "2.0.18"}}
301301
:exec-fn antq.tool/outdated
302302
:exec-args {:directory ["."] ; default
303303
:exclude ["org.clojure/tools.deps.alpha"
@@ -315,7 +315,7 @@
315315
:update/dependency-versions
316316
{:replace-paths ["."]
317317
:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}
318-
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}}
318+
org.slf4j/slf4j-nop {:mvn/version "2.0.18"}}
319319
:exec-fn antq.tool/outdated
320320
:exec-args {:directory ["."] ; default
321321
:exclude ["org.clojure/tools.deps.alpha"
@@ -351,12 +351,12 @@
351351
;; `CLJ_WATSON_NVD_API_KEY` set to API key value
352352
:security/nvd-scan
353353
{:replace-deps
354-
{io.github.clj-holmes/clj-watson {:git/tag "v6.0.1" :git/sha "b520351"}}
354+
{io.github.clj-holmes/clj-watson {:git/tag "v6.1.0" :git/sha "be98e4d"}}
355355
:main-opts ["-m" "clj-watson.cli" "scan" "-p" "./deps.edn"]}
356356

357357
:security/nvd-fix
358358
{:replace-deps
359-
{io.github.clj-holmes/clj-watson {:git/tag "v6.0.1" :git/sha "cb02879"}}
359+
{io.github.clj-holmes/clj-watson {:git/tag "v6.1.0" :git/sha "be98e4d"}}
360360
:main-opts ["-m" "clj-watson.cli" "scan" "-s" "-p" "deps.edn"]}
361361
;; ---------------------------------------------------
362362

@@ -373,7 +373,7 @@
373373
;; Deploy to Clojars
374374
;; `clojure -T:deploy/clojars :artifact '"project.jar"'`
375375
:deploy/clojars
376-
{:replace-deps {slipset/deps-deploy {:mvn/version "0.2.3"}}
376+
{:replace-deps {slipset/deps-deploy {:mvn/version "0.2.5"}}
377377
:exec-fn deps-deploy.deps-deploy/deploy
378378
:exec-args {:installer :remote
379379
:sign-releases? true
@@ -493,13 +493,13 @@
493493
;; Databases and drivers uses only during development
494494

495495
:lib/next.jdbc
496-
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1093"}}}
496+
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1108"}}}
497497

498498
;; H2 embedded database
499499
:database/h2
500500
{:extra-deps
501501
{com.h2database/h2 {:mvn/version "2.4.240"}
502-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1093"}}}
502+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1108"}}}
503503
;; ---------------------------------------------------
504504

505505
;; ---------------------------------------------------
@@ -520,15 +520,15 @@
520520
;; https://github.com/djblue/portal
521521

522522
:inspect/portal-cli
523-
{:extra-deps {djblue/portal {:mvn/version "0.64.1"}}}
523+
{:extra-deps {djblue/portal {:mvn/version "0.65.0"}}}
524524

525525
:inspect/portal-web
526-
{:extra-deps {djblue/portal {:mvn/version "0.64.1"}
526+
{:extra-deps {djblue/portal {:mvn/version "0.65.0"}
527527
org.clojure/clojurescript {:mvn/version "1.11.60"}}
528528
:main-opts ["--main" "cljs.main"]}
529529

530530
:inspect/portal-node
531-
{:extra-deps {djblue/portal {:mvn/version "0.64.1"}
531+
{:extra-deps {djblue/portal {:mvn/version "0.65.0"}
532532
org.clojure/clojurescript {:mvn/version "1.11.60"}}
533533
:main-opts ["--main" "cljs.main" "-re" "node"]}
534534

@@ -551,7 +551,7 @@
551551
;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm
552552
:lib/clojurestorm
553553
{:classpath-overrides {org.clojure/clojure nil}
554-
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.4"}
554+
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.5"}
555555
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.9"}}
556556
;; Optionally add jvm-opt to manage instrumentation:
557557
;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING"

0 commit comments

Comments
 (0)