metosin / ring-swagger

Swagger Spec for Clojure Web Apps
http://metosin.github.io/ring-swagger/doc/
371 stars 84 forks source link

Upgrade all dependencies to the latest versions #144

Open vedang opened 2 years ago

vedang commented 2 years ago

Please review and merge the following changes made on top of commit 0ef9046174dec0ebd4cbf97d6cc5c6846ef11996:

  Upgrade all non-breaking deps
  Upgrade prismatic schema and plumbing to the latest versions
  Upgrade Clojure version from 1.8.0 to 1.10.3.

project.clj | 29 +++++++++++++++-------------- src/ring/swagger/extension.clj | 9 ++++----- test/ring/swagger/extension_test.clj | 21 +++++++++++---------- 3 files changed, 30 insertions(+), 29 deletions(-)

All tests are passing as indicated by the output of lein midje