diff --git a/examples/http-swagger/project.clj b/examples/http-swagger/project.clj index 933a3209..a45a35b7 100644 --- a/examples/http-swagger/project.clj +++ b/examples/http-swagger/project.clj @@ -4,5 +4,5 @@ [ring/ring-jetty-adapter "1.7.1"] [aleph "0.4.7-alpha5"] [fi.metosin/reitit "0.7.0-alpha6"] - [metosin/ring-swagger-ui "5.0.0-alpha.0"]] + [metosin/ring-swagger-ui "5.9.0"]] :repl-options {:init-ns example.server}) diff --git a/examples/openapi/project.clj b/examples/openapi/project.clj index 1e95cdd8..0235b93c 100644 --- a/examples/openapi/project.clj +++ b/examples/openapi/project.clj @@ -4,6 +4,6 @@ [metosin/jsonista "0.2.6"] [ring/ring-jetty-adapter "1.7.1"] [fi.metosin/reitit "0.7.0-alpha6"] - [metosin/ring-swagger-ui "5.0.0-alpha.0"]] + [metosin/ring-swagger-ui "5.9.0"]] :repl-options {:init-ns example.server} :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) diff --git a/examples/ring-malli-swagger/project.clj b/examples/ring-malli-swagger/project.clj index c8c261bb..6bfb3af4 100644 --- a/examples/ring-malli-swagger/project.clj +++ b/examples/ring-malli-swagger/project.clj @@ -4,6 +4,6 @@ [metosin/jsonista "0.2.6"] [ring/ring-jetty-adapter "1.7.1"] [fi.metosin/reitit "0.7.0-alpha6"] - [metosin/ring-swagger-ui "5.0.0-alpha.0"]] + [metosin/ring-swagger-ui "5.9.0"]] :repl-options {:init-ns example.server} :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) diff --git a/examples/ring-spec-swagger/project.clj b/examples/ring-spec-swagger/project.clj index b4847f93..3747ece7 100644 --- a/examples/ring-spec-swagger/project.clj +++ b/examples/ring-spec-swagger/project.clj @@ -3,6 +3,6 @@ :dependencies [[org.clojure/clojure "1.11.1"] [ring/ring-jetty-adapter "1.7.1"] [fi.metosin/reitit "0.7.0-alpha6"] - [metosin/ring-swagger-ui "5.0.0-alpha.0"]] + [metosin/ring-swagger-ui "5.9.0"]] :repl-options {:init-ns example.server} :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})