We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719b052 commit 7f73286Copy full SHA for 7f73286
project.clj
@@ -3,10 +3,10 @@
3
:url "https://github.com/dekkers/xtdb-http-multinode"
4
:license {:name "MIT"}
5
:dependencies [[org.clojure/clojure "1.11.1"]
6
- [com.xtdb/xtdb-core "1.23.1"]
7
- [com.xtdb/xtdb-rocksdb "1.23.1"]
8
- [com.xtdb/xtdb-jdbc "1.23.1"]
9
- [com.xtdb/xtdb-http-server "1.23.1"]
+ [com.xtdb/xtdb-core "1.23.2"]
+ [com.xtdb/xtdb-rocksdb "1.23.2"]
+ [com.xtdb/xtdb-jdbc "1.23.2"]
+ [com.xtdb/xtdb-http-server "1.23.2"]
10
[ch.qos.logback/logback-classic "1.2.3"]
11
[org.slf4j/slf4j-api "1.7.36"]]
12
:jvm-opts ["-Dlogback.configurationFile=resources/logback.xml"]
0 commit comments