Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 29, 2024
1 parent 129de37 commit c792a6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

## 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)

The OpenAPI3 release, Year in the making - the changes span over multiple repositories.
Expand Down
24 changes: 12 additions & 12 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
[metosin/malli "0.16.1"]

;; 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-databind "2.17.0"]
[com.fasterxml.jackson.core/jackson-core "2.17.1"]
[com.fasterxml.jackson.core/jackson-databind "2.17.1"]

[meta-merge "1.0.0"]
[fipp "0.6.26" :exclusions [org.clojure/core.rrb-vector]]
Expand All @@ -53,9 +53,9 @@
[lambdaisland/deep-diff "0.0-47"]
[com.bhauman/spell-spec "0.1.2"]
[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"]
;[lein-virgil "0.1.7"]
Expand Down Expand Up @@ -106,7 +106,7 @@

[orchestra "2021.01.01-1"]

[ring "1.12.1"]
[ring "1.12.2"]
[ikitommi/immutant-web "3.0.0-alpha1"]
[metosin/ring-http-response "0.9.3"]
[metosin/ring-swagger-ui "5.9.0"]
Expand All @@ -118,13 +118,13 @@
[com.gfredericks/test.chuck "0.2.14"]
[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"]
[manifold "0.4.2"]
[manifold "0.4.3"]
[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"]

[com.bhauman/rebel-readline "0.1.4"]]}
Expand All @@ -135,15 +135,15 @@
:dependencies [[compojure "1.7.1"]
[ring/ring-defaults "0.5.0"]
[ikitommi/immutant-web "3.0.0-alpha1"]
[io.pedestal/pedestal.service "0.6.3"]
[io.pedestal/pedestal.jetty "0.6.3"]
[io.pedestal/pedestal.service "0.6.4"]
[io.pedestal/pedestal.jetty "0.6.4"]
[calfpath "0.8.1"]
[org.clojure/core.async "1.6.681"]
[manifold "0.4.2"]
[manifold "0.4.3"]
[funcool/promesa "11.0.678"]
[metosin/sieppari]
[yada "1.2.16"]
[aleph "0.7.1"]
[aleph "0.8.1"]
[ring/ring-defaults "0.5.0"]
[ataraxy "0.4.3"]
[bidi "2.1.6"]
Expand Down

0 comments on commit c792a6b

Please sign in to comment.