Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 23, 2024
1 parent f5b7215 commit 9439800
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pom.xml.asc
bower_components
*.log
gh-pages
/.cpcache
22 changes: 11 additions & 11 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "same as Clojure"}
:dependencies [[prismatic/schema "1.1.12"]
[prismatic/plumbing "0.5.5"]
:dependencies [[prismatic/schema "1.4.1"]
[prismatic/plumbing "0.6.0"]
[ikitommi/linked "1.3.1-alpha1"] ;; waiting for the original
[metosin/muuntaja "0.6.6"]
[metosin/jsonista "0.3.1"] ;; dependency conflicts
[metosin/muuntaja "0.6.10"]
[com.fasterxml.jackson.datatype/jackson-datatype-joda "2.10.1"]
[ring/ring-core "1.8.0"]
[compojure "1.6.1" ]
[metosin/spec-tools "0.10.0"]
[metosin/ring-http-response "0.9.1"]
[metosin/ring-swagger-ui "3.24.3"]
[ring/ring-core "1.12.1"]
[compojure "1.7.1" ]
[metosin/spec-tools "0.10.6"]
[metosin/ring-http-response "0.9.3"]
[metosin/ring-swagger-ui "3.52.3"]
[metosin/ring-swagger "0.26.2"]

;; Fix dependency conflicts
[com.fasterxml.jackson.core/jackson-annotations "2.12.0"]
[clj-time "0.15.2"]
[joda-time "2.10.5"]
[riddley "0.2.0"]]
Expand All @@ -36,10 +37,9 @@
[org.clojure/core.async "0.6.532"]
[javax.servlet/javax.servlet-api "4.0.1"]
[peridot "0.5.2"]
[com.rpl/specter "1.1.3"]
[com.stuartsierra/component "0.4.0"]
[expound "0.8.2"]
[metosin/jsonista "0.2.5"]
[metosin/jsonista "0.3.1"]
[reloaded.repl "0.2.4"]
[metosin/muuntaja-msgpack "0.6.6"]
[metosin/muuntaja-yaml "0.6.6"]
Expand Down

0 comments on commit 9439800

Please sign in to comment.