update dev/test/build deps
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
16c1faeaf6
commit
a40abc285e
5 changed files with 24 additions and 21 deletions
2
.github/workflows/test-and-release.yml
vendored
2
.github/workflows/test-and-release.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.12.0.1488'
|
cli: '1.12.0.1530'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
4
.github/workflows/test-and-snapshot.yml
vendored
4
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.12.0.1488'
|
cli: '1.12.0.1530'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.12.0.1488'
|
cli: '1.12.0.1530'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.12.0.1488'
|
cli: '1.12.0.1530'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ Only accretive/fixative changes will be made from now on.
|
||||||
|
|
||||||
* 1.3.next in progress
|
* 1.3.next in progress
|
||||||
* Switch tests to LazyTest via PR [#297](https://github.com/seancorfield/next-jdbc/pull/297).
|
* Switch tests to LazyTest via PR [#297](https://github.com/seancorfield/next-jdbc/pull/297).
|
||||||
|
* Update dev/test/build deps.
|
||||||
|
|
||||||
* 1.3.1002 -- 2025-03-06
|
* 1.3.1002 -- 2025-03-06
|
||||||
* Address [#296](https://github.com/seancorfield/next-jdbc/issues/296) by adding an explicit check (and `throw`) for `sql-params` in `next.jdbc` functions.
|
* Address [#296](https://github.com/seancorfield/next-jdbc/issues/296) by adding an explicit check (and `throw`) for `sql-params` in `next.jdbc` functions.
|
||||||
|
|
|
||||||
36
deps.edn
36
deps.edn
|
|
@ -7,7 +7,7 @@
|
||||||
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}}
|
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}}
|
||||||
:aliases
|
:aliases
|
||||||
{;; for help: clojure -A:deps -T:build help/doc
|
{;; for help: clojure -A:deps -T:build help/doc
|
||||||
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
|
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
|
||||||
slipset/deps-deploy {:mvn/version "0.2.2"}}
|
slipset/deps-deploy {:mvn/version "0.2.2"}}
|
||||||
:ns-default build}
|
:ns-default build}
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
|
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
|
||||||
io.github.noahtheduke/lazytest {:mvn/version "1.6.1"}
|
io.github.noahtheduke/lazytest {:mvn/version "1.6.1"}
|
||||||
;; connection pooling
|
;; connection pooling
|
||||||
com.zaxxer/HikariCP {:mvn/version "6.2.1"}
|
com.zaxxer/HikariCP {:mvn/version "6.3.0"}
|
||||||
com.mchange/c3p0 {:mvn/version "0.10.1"}
|
com.mchange/c3p0 {:mvn/version "0.10.1"}
|
||||||
;; JDBC drivers
|
;; JDBC drivers
|
||||||
;; 10.16.x is JDK17+
|
;; 10.16.x is JDK17+
|
||||||
|
|
@ -30,25 +30,27 @@
|
||||||
org.hsqldb/hsqldb {:mvn/version "2.7.4"}
|
org.hsqldb/hsqldb {:mvn/version "2.7.4"}
|
||||||
com.h2database/h2 {:mvn/version "2.3.232"}
|
com.h2database/h2 {:mvn/version "2.3.232"}
|
||||||
net.sourceforge.jtds/jtds {:mvn/version "1.3.1"}
|
net.sourceforge.jtds/jtds {:mvn/version "1.3.1"}
|
||||||
org.mariadb.jdbc/mariadb-java-client {:mvn/version "3.5.1"}
|
org.mariadb.jdbc/mariadb-java-client {:mvn/version "3.5.2"}
|
||||||
com.mysql/mysql-connector-j {:mvn/version "9.1.0"}
|
com.mysql/mysql-connector-j {:mvn/version "9.2.0"}
|
||||||
;; 42.7.4 changes update count (to -1) for stored procs:
|
;; 42.7.4 changes update count (to -1) for stored procs:
|
||||||
org.postgresql/postgresql {:mvn/version "42.7.4"}
|
org.postgresql/postgresql {:mvn/version "42.7.5"}
|
||||||
io.zonky.test/embedded-postgres {:mvn/version "2.1.0"}
|
io.zonky.test/embedded-postgres {:mvn/version "2.1.0"}
|
||||||
io.zonky.test.postgres/embedded-postgres-binaries-darwin-amd64 {:mvn/version "17.2.0"}
|
io.zonky.test.postgres/embedded-postgres-binaries-darwin-amd64 {:mvn/version "17.4.0"}
|
||||||
io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64 {:mvn/version "17.2.0"}
|
io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64 {:mvn/version "17.4.0"}
|
||||||
io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64 {:mvn/version "17.2.0"}
|
io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64 {:mvn/version "17.4.0"}
|
||||||
org.xerial/sqlite-jdbc {:mvn/version "3.47.1.0"}
|
org.xerial/sqlite-jdbc {:mvn/version "3.49.1.0"}
|
||||||
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "12.8.1.jre11"}
|
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "12.10.0.jre11"}
|
||||||
;; prerelease XTDB JDBC module:
|
;; prerelease XTDB JDBC module:
|
||||||
com.xtdb/xtdb-jdbc {:mvn/version "2.0.0-SNAPSHOT"}
|
com.xtdb/xtdb-jdbc {:mvn/version "2.0.0-SNAPSHOT"}
|
||||||
;; 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.2"}
|
org.apache.logging.log4j/log4j-api {:mvn/version "2.24.3"}
|
||||||
;; bridge everything into log4j:
|
;; bridge everything into log4j:
|
||||||
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.24.2"}
|
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.24.3"}
|
||||||
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.24.2"}
|
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.24.3"}
|
||||||
org.apache.logging.log4j/log4j-jul {:mvn/version "2.24.2"}
|
org.apache.logging.log4j/log4j-jul {:mvn/version "2.24.3"}
|
||||||
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.24.2"}
|
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.24.3"}
|
||||||
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.24.2"}}
|
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.24.3"}}
|
||||||
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]}
|
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"
|
||||||
|
;; for SQLite on JDK 24:
|
||||||
|
"--enable-native-access=ALL-UNNAMED"]}
|
||||||
:runner {:main-opts ["-m" "lazytest.main"]}}}
|
:runner {:main-opts ["-m" "lazytest.main"]}}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue