From 1b7fc0fc58fe1ef0994d99798e549593c34df902 Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 19 Apr 2024 14:30:58 +0300 Subject: [PATCH] deps: bump the deps on some examples --- examples/ring-integrant/project.clj | 8 ++++---- examples/ring-malli-lite-swagger/project.clj | 10 +++++----- examples/ring-malli-swagger/project.clj | 10 +++++----- examples/ring-spec-swagger/project.clj | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/ring-integrant/project.clj b/examples/ring-integrant/project.clj index 96d6b786..eda57622 100644 --- a/examples/ring-integrant/project.clj +++ b/examples/ring-integrant/project.clj @@ -1,10 +1,10 @@ (defproject ring-integrant-example "0.1.0-SNAPSHOT" :description "Reitit Ring App with Integrant" - :dependencies [[org.clojure/clojure "1.10.1"] - [ring/ring-jetty-adapter "1.7.1"] + :dependencies [[org.clojure/clojure "1.11.2"] + [ring/ring-jetty-adapter "1.12.1"] [metosin/reitit "0.7.0-alpha7"] - [integrant "0.7.0"]] + [integrant "0.8.1"]] :main example.server :repl-options {:init-ns user} - :profiles {:dev {:dependencies [[integrant/repl "0.3.1"]] + :profiles {:dev {:dependencies [[integrant/repl "0.3.3"]] :source-paths ["dev"]}}) diff --git a/examples/ring-malli-lite-swagger/project.clj b/examples/ring-malli-lite-swagger/project.clj index 14fab206..3a987bef 100644 --- a/examples/ring-malli-lite-swagger/project.clj +++ b/examples/ring-malli-lite-swagger/project.clj @@ -1,8 +1,8 @@ -(defproject ring-example "0.1.0-SNAPSHOT" +(defproject ring-malli-lite-swagger "0.1.0-SNAPSHOT" :description "Reitit Ring App with Swagger" - :dependencies [[org.clojure/clojure "1.11.1"] - [metosin/jsonista "0.2.6"] - [ring/ring-jetty-adapter "1.7.1"] + :dependencies [[org.clojure/clojure "1.11.2"] + [metosin/jsonista "0.3.8"] + [ring/ring-jetty-adapter "1.12.1"] [metosin/reitit "0.7.0-alpha7"]] :repl-options {:init-ns example.server} - :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) + :profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}}) diff --git a/examples/ring-malli-swagger/project.clj b/examples/ring-malli-swagger/project.clj index ac57b927..cf5d1049 100644 --- a/examples/ring-malli-swagger/project.clj +++ b/examples/ring-malli-swagger/project.clj @@ -1,9 +1,9 @@ -(defproject ring-example "0.1.0-SNAPSHOT" +(defproject ring-malli-swagger "0.1.0-SNAPSHOT" :description "Reitit Ring App with Swagger" - :dependencies [[org.clojure/clojure "1.11.1"] - [metosin/jsonista "0.2.6"] - [ring/ring-jetty-adapter "1.7.1"] + :dependencies [[org.clojure/clojure "1.11.2"] + [metosin/jsonista "0.3.8"] + [ring/ring-jetty-adapter "1.12.1"] [metosin/reitit "0.7.0-alpha7"] [metosin/ring-swagger-ui "5.9.0"]] :repl-options {:init-ns example.server} - :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) + :profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}}) diff --git a/examples/ring-spec-swagger/project.clj b/examples/ring-spec-swagger/project.clj index befb6be7..572f3f78 100644 --- a/examples/ring-spec-swagger/project.clj +++ b/examples/ring-spec-swagger/project.clj @@ -1,8 +1,8 @@ (defproject ring-example "0.1.0-SNAPSHOT" :description "Reitit Ring App with Swagger" - :dependencies [[org.clojure/clojure "1.11.1"] - [ring/ring-jetty-adapter "1.7.1"] + :dependencies [[org.clojure/clojure "1.11.2"] + [ring/ring-jetty-adapter "1.12.1"] [metosin/reitit "0.7.0-alpha7"] [metosin/ring-swagger-ui "5.9.0"]] :repl-options {:init-ns example.server} - :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) + :profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}})