Skip to content

Commit 7f73286

Browse files
authored
Update to XTDB 1.23.2 (#10)
1 parent 719b052 commit 7f73286

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
:url "https://github.com/dekkers/xtdb-http-multinode"
44
:license {:name "MIT"}
55
: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"]
6+
[com.xtdb/xtdb-core "1.23.2"]
7+
[com.xtdb/xtdb-rocksdb "1.23.2"]
8+
[com.xtdb/xtdb-jdbc "1.23.2"]
9+
[com.xtdb/xtdb-http-server "1.23.2"]
1010
[ch.qos.logback/logback-classic "1.2.3"]
1111
[org.slf4j/slf4j-api "1.7.36"]]
1212
:jvm-opts ["-Dlogback.configurationFile=resources/logback.xml"]

0 commit comments

Comments
 (0)