Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
remvee committed Jul 8, 2024
1 parent 7c71748 commit 2a712fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
;; web
[compojure "1.7.1"]
[hiccup "1.0.5"]
[ring-oauth2 "0.2.2"]
[ring-oauth2 "0.3.0"]
[ring/ring-core "1.12.2"]
[ring/ring-defaults "0.5.0"]
[ring/ring-jetty-adapter "1.12.2"]
Expand All @@ -39,15 +39,15 @@
[org.clojure/data.json "2.5.0"]
[org.clojure/core.cache "1.1.234"]
[clj-commons/clj-yaml "1.0.27"]
[datascript "1.7.1"]
[datascript "1.7.2"]

;; logging
[org.clojure/tools.logging "1.3.0"]
[ch.qos.logback.contrib/logback-jackson "0.1.5"]
[ch.qos.logback.contrib/logback-json-classic "0.1.5"]
[ch.qos.logback/logback-classic "1.5.6"]
[com.fasterxml.jackson.core/jackson-core "2.17.1"]
[com.fasterxml.jackson.core/jackson-databind "2.17.1"]]
[com.fasterxml.jackson.core/jackson-core "2.17.2"]
[com.fasterxml.jackson.core/jackson-databind "2.17.2"]]

:main ^:skip-aot ooapi-gateway-configurator.core

Expand Down

0 comments on commit 2a712fc

Please sign in to comment.