Browse Source

Update Jsonista & Reitit dependencies (#3697)

Tommi Reiman 7 years ago
parent
commit
00c460231c

+ 1 - 1
frameworks/Clojure/aleph/README.md

@@ -12,7 +12,7 @@ but the main ones are:
 
 * [Aleph 0.4.5-alpha6](https://github.com/ztellman/aleph)
 * [Clojure 1.9.0](http://clojure.org/)
-* [metosin/jsonista 0.1.1](https://github.com/metosin/jsonista), which in turn uses [Jackson](http://jackson.codehaus.org/)
+* [metosin/jsonista 0.2.0](https://github.com/metosin/jsonista), which in turn uses [Jackson](http://jackson.codehaus.org/)
 
 ## Test URLs
 ### JSON Encoding Test

+ 2 - 2
frameworks/Clojure/aleph/project.clj

@@ -2,9 +2,9 @@
   :description "JSON/plaintext tests"
   :dependencies [[org.clojure/clojure "1.9.0"]
                  [clj-tuple "0.2.2"]
-                 [org.clojure/tools.cli "0.3.6"]
+                 [org.clojure/tools.cli "0.3.7"]
                  [aleph "0.4.5-alpha6"]
                  [javax.xml.bind/jaxb-api "2.3.0"]
-                 [metosin/jsonista "0.1.1"]]
+                 [metosin/jsonista "0.2.0"]]
   :main hello.handler
   :aot :all)

+ 1 - 1
frameworks/Clojure/immutant/README.md

@@ -13,7 +13,7 @@ but the main ones are:
 
 * [Clojure 1.9.0](http://clojure.org/)
 * [ikitommi/immutant-web "3.0.0-alpha1"](https://github.com/ikitommi/immutant) - a performant fork of [Immutant]((http://immutant.org/))
-* [metosin/jsonista "0.1.1"](https://github.com/metosin/jsonista)
+* [metosin/jsonista "0.2.0"](https://github.com/metosin/jsonista)
 
 ## Test URLs
 ### JSON Encoding Test

+ 1 - 1
frameworks/Clojure/immutant/project.clj

@@ -2,7 +2,7 @@
   :description "Immutant, Jsonista"
   :dependencies [[org.clojure/clojure "1.9.0"]
                  [ikitommi/immutant-web "3.0.0-alpha1"]
-                 [metosin/jsonista "0.1.1"]]
+                 [metosin/jsonista "0.2.0"]]
   :jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
   :main hello.handler
   :aot :all)

+ 2 - 2
frameworks/Clojure/reitit/README.md

@@ -13,8 +13,8 @@ but the main ones are:
 
 * [Clojure 1.9.0](http://clojure.org/)
 * [ikitommi/immutant-web "3.0.0-alpha1"](https://github.com/ikitommi/immutant) - a performant fork of [Immutant]((http://immutant.org/))
-* [metosin/jsonista "0.1.1"](https://github.com/metosin/jsonista)
-* [metosin/reitit "0.1.0-20171101.170818-9"](https://github.com/metosin/reitit)
+* [metosin/jsonista "0.2.0"](https://github.com/metosin/jsonista)
+* [metosin/reitit "0.1.1-20180425.095607-7"](https://github.com/metosin/reitit)
 
 ## Test URLs
 ### JSON Encoding Test

+ 2 - 2
frameworks/Clojure/reitit/project.clj

@@ -2,8 +2,8 @@
   :description "Immutant, Reitit, Jsonista"
   :dependencies [[org.clojure/clojure "1.9.0"]
                  [ikitommi/immutant-web "3.0.0-alpha1"]
-                 [metosin/jsonista "0.1.1"]
-                 [metosin/reitit "0.1.0-20180124.072356-20"]]
+                 [metosin/jsonista "0.2.0"]
+                 [metosin/reitit "0.1.1-20180425.095607-7"]]
   :jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
   :main hello.handler
   :aot :all)