Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 30, 2024
1 parent be35375 commit af2fc13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
* Updated dependencies:

```clojure
[ring/ring-core "1.12.2"] is available but we use "1.12.1"
[metosin/malli "0.16.2"] is available but we use "0.16.1"
[metosin/jsonista "0.3.9"] is available but we use "0.3.8"
[metosin/spec-tools "0.10.7"] is available but we use "0.10.6"
[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)
Expand Down
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
[metosin/reitit-sieppari "0.7.0"]
[metosin/reitit-pedestal "0.7.0"]
[metosin/ring-swagger-ui "5.9.0"]
[metosin/spec-tools "0.10.6"]
[metosin/spec-tools "0.10.7"]
[metosin/schema-tools "0.13.1"]
[metosin/muuntaja "0.6.10"]
[metosin/jsonista "0.3.8"]
[metosin/jsonista "0.3.9"]
[metosin/sieppari "0.0.0-alpha13"]
[metosin/malli "0.16.1"]
[metosin/malli "0.16.2"]

;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
[com.fasterxml.jackson.core/jackson-core "2.17.1"]
Expand Down Expand Up @@ -93,11 +93,11 @@

;; modules dependencies
[metosin/schema-tools "0.13.1"]
[metosin/spec-tools "0.10.6"]
[metosin/spec-tools "0.10.7"]
[metosin/muuntaja "0.6.10"]
[metosin/sieppari "0.0.0-alpha13"]
[metosin/jsonista "0.3.8"]
[metosin/malli "0.16.1"]
[metosin/jsonista "0.3.9"]
[metosin/malli "0.16.2"]
[lambdaisland/deep-diff "0.0-47"]
[meta-merge "1.0.0"]
[com.bhauman/spell-spec "0.1.2"]
Expand All @@ -108,7 +108,7 @@

[ring "1.12.2"]
[ikitommi/immutant-web "3.0.0-alpha1"]
[metosin/ring-http-response "0.9.3"]
[metosin/ring-http-response "0.9.4"]
[metosin/ring-swagger-ui "5.9.0"]
[org.clojure/tools.analyzer "1.2.0"]

Expand Down

0 comments on commit af2fc13

Please sign in to comment.