mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
updated deps
This commit is contained in:
parent
129de37d3e
commit
c792a6b794
2 changed files with 23 additions and 12 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -12,6 +12,17 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
|
|
||||||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||||
|
|
||||||
|
## UNRELEASED
|
||||||
|
|
||||||
|
* Updated dependencies:
|
||||||
|
|
||||||
|
```clojure
|
||||||
|
[com.fasterxml.jackson.core/jackson-core "2.17.1"] is available but we use "2.17.0"
|
||||||
|
[com.fasterxml.jackson.core/jackson-databind "2.17.1"] is available but we use "2.17.0"
|
||||||
|
[ring/ring-core "1.12.2"] is available but we use "1.12.1"
|
||||||
|
[ring "1.12.2"] is available but we use "1.12.1"
|
||||||
|
```
|
||||||
|
|
||||||
## 0.7.0 (2024-04-30)
|
## 0.7.0 (2024-04-30)
|
||||||
|
|
||||||
The OpenAPI3 release, Year in the making - the changes span over multiple repositories.
|
The OpenAPI3 release, Year in the making - the changes span over multiple repositories.
|
||||||
|
|
|
||||||
24
project.clj
24
project.clj
|
|
@ -42,8 +42,8 @@
|
||||||
[metosin/malli "0.16.1"]
|
[metosin/malli "0.16.1"]
|
||||||
|
|
||||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||||
[com.fasterxml.jackson.core/jackson-core "2.17.0"]
|
[com.fasterxml.jackson.core/jackson-core "2.17.1"]
|
||||||
[com.fasterxml.jackson.core/jackson-databind "2.17.0"]
|
[com.fasterxml.jackson.core/jackson-databind "2.17.1"]
|
||||||
|
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[fipp "0.6.26" :exclusions [org.clojure/core.rrb-vector]]
|
[fipp "0.6.26" :exclusions [org.clojure/core.rrb-vector]]
|
||||||
|
|
@ -53,9 +53,9 @@
|
||||||
[lambdaisland/deep-diff "0.0-47"]
|
[lambdaisland/deep-diff "0.0-47"]
|
||||||
[com.bhauman/spell-spec "0.1.2"]
|
[com.bhauman/spell-spec "0.1.2"]
|
||||||
[mvxcvi/arrangement "2.1.0"]
|
[mvxcvi/arrangement "2.1.0"]
|
||||||
[ring/ring-core "1.12.1"]
|
[ring/ring-core "1.12.2"]
|
||||||
|
|
||||||
[io.pedestal/pedestal.service "0.6.3"]]
|
[io.pedestal/pedestal.service "0.6.4"]]
|
||||||
|
|
||||||
:plugins [[jonase/eastwood "1.4.2"]
|
:plugins [[jonase/eastwood "1.4.2"]
|
||||||
;[lein-virgil "0.1.7"]
|
;[lein-virgil "0.1.7"]
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
[orchestra "2021.01.01-1"]
|
[orchestra "2021.01.01-1"]
|
||||||
|
|
||||||
[ring "1.12.1"]
|
[ring "1.12.2"]
|
||||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||||
[metosin/ring-http-response "0.9.3"]
|
[metosin/ring-http-response "0.9.3"]
|
||||||
[metosin/ring-swagger-ui "5.9.0"]
|
[metosin/ring-swagger-ui "5.9.0"]
|
||||||
|
|
@ -118,13 +118,13 @@
|
||||||
[com.gfredericks/test.chuck "0.2.14"]
|
[com.gfredericks/test.chuck "0.2.14"]
|
||||||
[nubank/matcher-combinators "3.9.1"]
|
[nubank/matcher-combinators "3.9.1"]
|
||||||
|
|
||||||
[io.pedestal/pedestal.service "0.6.3"]
|
[io.pedestal/pedestal.service "0.6.4"]
|
||||||
|
|
||||||
[org.clojure/core.async "1.6.681"]
|
[org.clojure/core.async "1.6.681"]
|
||||||
[manifold "0.4.2"]
|
[manifold "0.4.3"]
|
||||||
[funcool/promesa "11.0.678"]
|
[funcool/promesa "11.0.678"]
|
||||||
|
|
||||||
[com.clojure-goes-fast/clj-async-profiler "1.2.0"]
|
[com.clojure-goes-fast/clj-async-profiler "1.2.2"]
|
||||||
[ring-cors "0.1.13"]
|
[ring-cors "0.1.13"]
|
||||||
|
|
||||||
[com.bhauman/rebel-readline "0.1.4"]]}
|
[com.bhauman/rebel-readline "0.1.4"]]}
|
||||||
|
|
@ -135,15 +135,15 @@
|
||||||
:dependencies [[compojure "1.7.1"]
|
:dependencies [[compojure "1.7.1"]
|
||||||
[ring/ring-defaults "0.5.0"]
|
[ring/ring-defaults "0.5.0"]
|
||||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||||
[io.pedestal/pedestal.service "0.6.3"]
|
[io.pedestal/pedestal.service "0.6.4"]
|
||||||
[io.pedestal/pedestal.jetty "0.6.3"]
|
[io.pedestal/pedestal.jetty "0.6.4"]
|
||||||
[calfpath "0.8.1"]
|
[calfpath "0.8.1"]
|
||||||
[org.clojure/core.async "1.6.681"]
|
[org.clojure/core.async "1.6.681"]
|
||||||
[manifold "0.4.2"]
|
[manifold "0.4.3"]
|
||||||
[funcool/promesa "11.0.678"]
|
[funcool/promesa "11.0.678"]
|
||||||
[metosin/sieppari]
|
[metosin/sieppari]
|
||||||
[yada "1.2.16"]
|
[yada "1.2.16"]
|
||||||
[aleph "0.7.1"]
|
[aleph "0.8.1"]
|
||||||
[ring/ring-defaults "0.5.0"]
|
[ring/ring-defaults "0.5.0"]
|
||||||
[ataraxy "0.4.3"]
|
[ataraxy "0.4.3"]
|
||||||
[bidi "2.1.6"]
|
[bidi "2.1.6"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue