back to xtdb beta 7

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2025-04-24 09:17:00 -04:00
parent 0c385c36a6
commit 2a30c5cffd
No known key found for this signature in database

View file

@ -41,7 +41,7 @@
org.xerial/sqlite-jdbc {:mvn/version "3.49.1.0"} org.xerial/sqlite-jdbc {:mvn/version "3.49.1.0"}
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "12.10.0.jre11"} com.microsoft.sqlserver/mssql-jdbc {:mvn/version "12.10.0.jre11"}
;; only need the XTDB JDBC module: ;; only need the XTDB JDBC module:
com.xtdb/xtdb-jdbc {:mvn/version "2.0.0-beta6"} com.xtdb/xtdb-jdbc {:mvn/version "2.0.0-beta7"}
;; use log4j2 to reduce log noise during testing: ;; use log4j2 to reduce log noise during testing:
org.apache.logging.log4j/log4j-api {:mvn/version "2.24.3"} org.apache.logging.log4j/log4j-api {:mvn/version "2.24.3"}
;; bridge everything into log4j: ;; bridge everything into log4j: