diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a29388..468e9c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deps.edn b/deps.edn index 32e32d2..40f6dff 100644 --- a/deps.edn +++ b/deps.edn @@ -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