|
1 | | -(defproject net.clojars.macielti/postgresql "3.0.0" |
| 1 | +(defproject net.clojars.macielti/postgresql "3.1.0" |
2 | 2 |
|
3 | 3 | :description "PostgreSQL Component" |
4 | 4 |
|
|
7 | 7 | :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" |
8 | 8 | :url "https://www.eclipse.org/legal/epl-2.0/"} |
9 | 9 |
|
10 | | - :plugins [[com.github.clojure-lsp/lein-clojure-lsp "2.0.13"] |
| 10 | + :plugins [[com.github.clojure-lsp/lein-clojure-lsp "2.0.14"] |
11 | 11 | [com.github.liquidz/antq "RELEASE"] |
12 | 12 | [lein-shell "0.5.0"]] |
13 | 13 |
|
14 | 14 | :dependencies [[org.clojure/clojure "1.12.4"] |
15 | 15 | [io.pedestal/pedestal.interceptor "0.8.1"] |
16 | | - [com.github.igrishaev/pg2-core "0.1.41"] |
17 | | - [com.github.igrishaev/pg2-migration "0.1.41"] |
| 16 | + [com.github.igrishaev/pg2-core "0.1.48"] |
| 17 | + [com.github.igrishaev/pg2-migration "0.1.48"] |
18 | 18 | [org.clojure/tools.logging "1.3.1"] |
19 | | - [integrant "1.0.1"]] |
| 19 | + [integrant "1.0.1"] |
| 20 | + [prismatic/schema "1.4.1"]] |
20 | 21 |
|
21 | 22 | :resource-paths ["resources"] |
22 | 23 |
|
23 | 24 | :profiles {:dev {:test-paths ["test/unit" "test/integration" "test/helpers"] |
24 | 25 |
|
25 | 26 | :resource-paths ["test/resources"] |
26 | 27 |
|
27 | | - :dependencies [[nubank/matcher-combinators "3.9.2"] |
| 28 | + :dependencies [[nubank/matcher-combinators "3.10.0"] |
28 | 29 | [org.slf4j/slf4j-api "2.0.17"] |
29 | | - [ch.qos.logback/logback-classic "1.5.23"] |
30 | | - [prismatic/schema "1.4.1"] |
| 30 | + [ch.qos.logback/logback-classic "1.5.32"] |
31 | 31 | [clojure.java-time "1.4.3"] |
32 | 32 | [hashp "0.2.2"]] |
33 | 33 |
|
|
0 commit comments