|
3 | 3 | :url "http://educationapp-api.herokuapp.com/swagger"
|
4 | 4 | :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
|
5 | 5 | :url "https://www.eclipse.org/legal/epl-2.0/"}
|
6 |
| - :dependencies [[org.clojure/clojure "1.10.0"] |
| 6 | + :dependencies [[org.clojure/clojure "1.10.1"] |
7 | 7 | ;; Configuration file parsing
|
8 | 8 | [aero "1.1.6"]
|
9 | 9 | ;; Ring and compojure
|
|
17 | 17 | ;; Database stuff
|
18 | 18 | [ragtime "0.8.0"]
|
19 | 19 | [seancorfield/next.jdbc "1.0.445"]
|
20 |
| - [org.postgresql/postgresql "42.2.10"] |
21 |
| - [com.mchange/c3p0 "0.9.5.2"] |
| 20 | + [org.postgresql/postgresql "42.2.14"] |
| 21 | + [com.mchange/c3p0 "0.9.5.5"] |
22 | 22 | [honeysql "0.9.10"]
|
23 | 23 | ;; Component framework
|
24 |
| - [com.stuartsierra/dependency "0.2.0"] |
25 |
| - [com.stuartsierra/component "0.4.0"] |
| 24 | + [com.stuartsierra/dependency "1.0.0"] |
| 25 | + [com.stuartsierra/component "1.0.0"] |
26 | 26 | ;; Security
|
27 | 27 | [buddy/buddy-hashers "1.4.0"]
|
28 | 28 | [buddy/buddy-sign "3.1.0"]
|
29 | 29 | [buddy/buddy-auth "2.2.0"]
|
30 | 30 | ;; JSON parsing
|
31 |
| - [com.fasterxml.jackson.core/jackson-core "2.10.3"]] |
| 31 | + [com.fasterxml.jackson.core/jackson-core "2.11.1"]] |
32 | 32 | :repl-options {:init-ns education.core}
|
33 | 33 | :aliases {"migrate" ["run" "-m" "education.database.component/migrate" "--"]
|
34 | 34 | "rollback" ["run" "-m" "education.database.component/rollback" "--"]}
|
35 | 35 | :uberjar-name "education-api-standalone.jar"
|
36 | 36 | :min-lein-version "2.0.0"
|
37 | 37 | :profiles {:dev {:dependencies [[tortue/spy "2.0.0"]
|
38 |
| - [ring/ring-mock "0.4.0"]]} |
| 38 | + [ring/ring-mock "0.4.0"] |
| 39 | + [org.clojure/test.check "1.0.0"]]} |
39 | 40 | :uberjar {:aot :all}}
|
40 | 41 | :plugins [[lein-cloverage "1.1.2"]]
|
41 | 42 | :main education.core)
|
0 commit comments