Skip to content

Commit

Permalink
Update XTDB to 1.24.4 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekkers authored Sep 6, 2024
1 parent 331b20f commit bebe671
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
:url "https://github.com/dekkers/xtdb-http-multinode"
:license {:name "MIT"}
:dependencies [[org.clojure/clojure "1.11.1"]
[com.xtdb/xtdb-core "1.24.1"]
[com.xtdb/xtdb-rocksdb "1.24.1"]
[com.xtdb/xtdb-jdbc "1.24.1"]
[com.xtdb/xtdb-http-server "1.24.1"]
[com.xtdb/xtdb-core "1.24.4"]
[com.xtdb/xtdb-rocksdb "1.24.4"]
[com.xtdb/xtdb-jdbc "1.24.4"]
[com.xtdb/xtdb-http-server "1.24.4"]
[ch.qos.logback/logback-classic "1.2.3"]
[org.slf4j/slf4j-api "1.7.36"]]
:jvm-opts ["-Dlogback.configurationFile=resources/logback.xml"]
Expand Down

0 comments on commit bebe671

Please sign in to comment.