Commit 79ecd2c 1 parent 19db8cb commit 79ecd2c Copy full SHA for 79ecd2c
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM clojure:temurin-11-tools-deps-1.11.1.1165 -bullseye-slim
1
+ FROM clojure:temurin-11-tools-deps-1.11.1.1200 -bullseye-slim
2
2
3
3
RUN mkdir -p /usr/src/flureedb
4
4
WORKDIR /usr/src/flureedb
Original file line number Diff line number Diff line change 12
12
13
13
; ; logging
14
14
org.clojure/tools.logging {:mvn/version " 1.2.4" }
15
- logback-bundle/core-bundle {:mvn/version " 0.3.0 " }
16
- org.slf4j/slf4j-api {:mvn/version " 2.0.3 " }
15
+ ch.qos. logback/logback-classic {:mvn/version " 1.4.4 " }
16
+ org.slf4j/slf4j-api {:mvn/version " 2.0.4 " }
17
17
18
18
; ; Lucene
19
19
clucie/clucie {:mvn/version " 0.4.2" }
36
36
org.bouncycastle/bcprov-jdk15on {:mvn/version " 1.70" }
37
37
38
38
; ; smartfunctions
39
- org.babashka/sci {:mvn/version " 0.5.34 " }}
39
+ org.babashka/sci {:mvn/version " 0.5.36 " }}
40
40
41
41
:paths [" src" " resources" ]
42
42
43
43
:aliases
44
44
{:build
45
- {:deps {io.github.clojure/tools.build {:git/tag " v0.8.3 " :git/sha " 0d20256 " }}
45
+ {:deps {io.github.clojure/tools.build {:git/tag " v0.8.5 " :git/sha " b73ff34 " }}
46
46
:ns-default build}
47
47
48
48
:dev
66
66
67
67
:cljtest
68
68
{:extra-paths [" test" ]
69
- :extra-deps {lambdaisland/kaocha {:mvn/version " 1.70.1086 " }
69
+ :extra-deps {lambdaisland/kaocha {:mvn/version " 1.71.1119 " }
70
70
org.clojure/test.check {:mvn/version " 1.1.1" }}
71
71
:main-opts [" -m" " kaocha.runner" ]}
72
72
118
118
:main-opts [" -m" " antq.core" ]}
119
119
120
120
:clj-kondo
121
- {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2022.10.14 " }}
121
+ {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2022.11.02 " }}
122
122
:main-opts [" -m" " clj-kondo.main" " --lint" " src" " --config" " .clj-kondo/config.edn" ]}}}
Original file line number Diff line number Diff line change 8
8
"scrypt-js" : " ^3.0.1" ,
9
9
"source-map-support" : " ^0.5.21" ,
10
10
"utf-8-validate" : " ^5.0.10" ,
11
- "ws" : " ^8.9 .0"
11
+ "ws" : " ^8.11 .0"
12
12
},
13
13
"browser" : {
14
14
"ws" : false
You can’t perform that action at this time.
0 commit comments