mirror of
https://github.com/metosin/reitit.git
synced 2025-12-23 18:41:11 +00:00
update jackson deps per most recent recommendation
see https://github.com/FasterXML/jackson-databind/issues/2816#issue-678075273
This commit is contained in:
parent
54ae50525c
commit
ea38b60b28
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
|||
[metosin/malli "0.8.2"]
|
||||
|
||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||
[com.fasterxml.jackson.core/jackson-core "2.13.2.1"]
|
||||
[com.fasterxml.jackson.core/jackson-databind "2.13.2.1"]
|
||||
[com.fasterxml.jackson.core/jackson-core "2.13.2"]
|
||||
[com.fasterxml.jackson.core/jackson-databind "2.13.2.2"]
|
||||
|
||||
[meta-merge "1.0.0"]
|
||||
[fipp "0.6.25" :exclusions [org.clojure/core.rrb-vector]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue