Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jul 6, 2024
1 parent f780551 commit 8656133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojure/clojure {:mvn/version "1.7.0"}
cheshire/cheshire {:mvn/version "5.11.0"}
clj-http/clj-http {:mvn/version "3.12.3"}
ring/ring-core {:mvn/version "1.10.0"}}}
{:deps {org.clojure/clojure {:mvn/version "1.9.0"}
cheshire/cheshire {:mvn/version "5.13.0"}
clj-http/clj-http {:mvn/version "3.13.0"}
ring/ring-core {:mvn/version "1.12.2"}}}
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
:url "https://github.com/weavejester/ring-oauth2"
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.7.0"]
[cheshire "5.11.0"]
[clj-http "3.12.3"]
[ring/ring-core "1.10.0"]]
:dependencies [[org.clojure/clojure "1.9.0"]
[cheshire "5.13.0"]
[clj-http "3.13.0"]
[ring/ring-core "1.12.2"]]
:profiles
{:dev {:dependencies [[clj-http-fake "1.0.4"]
[ring/ring-mock "0.4.0"]]}})

0 comments on commit 8656133

Please sign in to comment.