Skip to content

Commit

Permalink
Bump deps to latest compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Nov 21, 2022
1 parent 19db8cb commit 79ecd2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clojure:temurin-11-tools-deps-1.11.1.1165-bullseye-slim
FROM clojure:temurin-11-tools-deps-1.11.1.1200-bullseye-slim

RUN mkdir -p /usr/src/flureedb
WORKDIR /usr/src/flureedb
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

;; logging
org.clojure/tools.logging {:mvn/version "1.2.4"}
logback-bundle/core-bundle {:mvn/version "0.3.0"}
org.slf4j/slf4j-api {:mvn/version "2.0.3"}
ch.qos.logback/logback-classic {:mvn/version "1.4.4"}
org.slf4j/slf4j-api {:mvn/version "2.0.4"}

;; Lucene
clucie/clucie {:mvn/version "0.4.2"}
Expand All @@ -36,13 +36,13 @@
org.bouncycastle/bcprov-jdk15on {:mvn/version "1.70"}

;; smartfunctions
org.babashka/sci {:mvn/version "0.5.34"}}
org.babashka/sci {:mvn/version "0.5.36"}}

:paths ["src" "resources"]

:aliases
{:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.8.3" :git/sha "0d20256"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.8.5" :git/sha "b73ff34"}}
:ns-default build}

:dev
Expand All @@ -66,7 +66,7 @@

:cljtest
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.70.1086"}
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
org.clojure/test.check {:mvn/version "1.1.1"}}
:main-opts ["-m" "kaocha.runner"]}

Expand Down Expand Up @@ -118,5 +118,5 @@
:main-opts ["-m" "antq.core"]}

:clj-kondo
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.10.14"}}
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.11.02"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src" "--config" ".clj-kondo/config.edn"]}}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scrypt-js": "^3.0.1",
"source-map-support": "^0.5.21",
"utf-8-validate": "^5.0.10",
"ws": "^8.9.0"
"ws": "^8.11.0"
},
"browser": {
"ws": false
Expand Down

0 comments on commit 79ecd2c

Please sign in to comment.