File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NEXT
4
4
* drop support for Clojure 1.8
5
+ * upgrade cheshire 5.13.0
5
6
6
7
## 1.1.14 (2024-04-30)
7
8
* Remove potemkin [ #445 ] ( https://github.com/metosin/compojure-api/issues/445 )
Original file line number Diff line number Diff line change 8
8
:scm {:name " git"
9
9
:url " https://github.com/metosin/compojure-api" }
10
10
:dependencies [[prismatic/plumbing " 0.6.0" ]
11
- [cheshire " 5.9 .0" ]
11
+ [cheshire " 5.13 .0" ]
12
12
[compojure " 1.6.1" ]
13
13
[prismatic/schema " 1.1.12" ]
14
14
[org.tobereplaced/lettercase " 1.0.0" ]
33
33
:dependencies [[org.clojure/clojure " 1.9.0" ]
34
34
; ; bump
35
35
[fipp " 0.6.26" ]
36
- [metosin/spec-tools " 0.10.0" ]
36
+ [metosin/spec-tools " 0.10.6" ]
37
+ [metosin/muuntaja " 0.6.6" ]
38
+ [metosin/jsonista " 0.2.5" ]
39
+ [com.fasterxml.jackson.datatype/jackson-datatype-joda " 2.10.1" ]
37
40
[slingshot " 0.12.2" ]
38
41
[peridot " 0.5.1" ]
39
42
[javax.servlet/servlet-api " 2.5" ]
Original file line number Diff line number Diff line change
1
+ (ns ^:no-doc compojure.api.impl.json
2
+ " Internal JSON formatting"
3
+ (:require [muuntaja.core :as m]))
4
+
5
+ (def muuntaja
6
+ (m/create ))
You can’t perform that action at this time.
0 commit comments