update java.data
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
56bd2356ac
commit
3de04761cc
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ Only accretive/fixative changes will be made from now on.
|
||||||
|
|
||||||
* 1.3.next in progress
|
* 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).
|
* 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.
|
* Beef up bit/boolean tests and enable them for XTDB.
|
||||||
|
|
||||||
* 1.3.981 -- 2024-12-13
|
* 1.3.981 -- 2024-12-13
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -2,7 +2,7 @@
|
||||||
"ossrh-snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}
|
"ossrh-snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}
|
||||||
:paths ["src" "resources"]
|
:paths ["src" "resources"]
|
||||||
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
: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"}}
|
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}}
|
||||||
:aliases
|
:aliases
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue