update java.data

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2025-01-22 16:26:36 -08:00
parent 56bd2356ac
commit 3de04761cc
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ Only accretive/fixative changes will be made from now on.
* 1.3.next in progress
* Fix documentation examples of `execute-batch!` via PR [#292](https://github.com/seancorfield/next-jdbc/pull/292) from [@devurandom](https://github.com/devurandom).
* Update `java.data` to 1.3.113.
* Beef up bit/boolean tests and enable them for XTDB.
* 1.3.981 -- 2024-12-13

View file

@ -2,7 +2,7 @@
"ossrh-snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}
:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/java.data {:mvn/version "1.2.107"}
org.clojure/java.data {:mvn/version "1.3.113"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}}
:aliases