Skip to content

Commit a0522dc

Browse files
author
JarrodCTaylor
committed
Dependency: Bump dependency versions to current
1 parent 4ce8115 commit a0522dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

project.clj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
(defproject authenticated-compojure-api "0.1.0-SNAPSHOT"
22
:description "An example compojure-api app with authentication using buddy"
33

4-
:dependencies [[org.clojure/clojure "1.6.0"]
5-
[metosin/compojure-api "0.21.0"]
6-
[metosin/ring-http-response "0.6.2"]
7-
[metosin/ring-swagger-ui "2.1.1-M2"]
4+
:dependencies [[org.clojure/clojure "1.7.0"]
5+
[metosin/compojure-api "0.22.2"]
6+
[metosin/ring-http-response "0.6.3"]
7+
[metosin/ring-swagger-ui "2.1.1"]
88
[cheshire "5.5.0"]
99
[http-kit "2.1.19"]
10-
[buddy "0.5.4"]
11-
[org.clojure/java.jdbc "0.3.7"]
10+
[buddy "0.6.1"]
11+
[org.clojure/java.jdbc "0.4.1"]
1212
[postgresql/postgresql "9.3-1102.jdbc41"]
13-
[yesql "0.5.0-rc2"]
13+
[yesql "0.5.0"]
1414
[environ "1.0.0"]
15-
[clj-time "0.9.0"]
15+
[clj-time "0.11.0"]
1616
[com.draines/postal "1.11.3"]]
1717

1818
:plugins [[lein-environ "1.0.0"]]

0 commit comments

Comments
 (0)