noir-clojure / lib-noir

A set of libraries for ring apps, including stateful sessions.
Eclipse Public License 1.0
479 stars 47 forks source link

Update dependency #116

Open blackawa opened 7 years ago

blackawa commented 7 years ago

Just update dependency version to remove some bugs.

WHY: I encountered a bug when developing with lib-noir. When I turn off the anti-forgery option, any requests receive no query-string nor request bodies.

After debugging, I knew it is a bug of ring-defaults. The bug disappeared when I updated ring-defaults version.

So this is the reason I update a dependency version of ring-defaults .