Skip to content

Commit

Permalink
Upgrade Nippy to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Jun 1, 2024
1 parent 74e4427 commit 2ea0aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
:url "https://www.eclipse.org/legal/epl-v10.html"}

:dependencies
[[com.taoensso/encore "3.73.0"]
[com.taoensso/nippy "3.3.0"]
[[com.taoensso/encore "3.112.0"]
[com.taoensso/nippy "3.4.2"]
[joda-time "2.12.5"]
[commons-logging "1.2"]
[com.amazonaws/aws-java-sdk-dynamodb "1.12.693"
Expand Down
2 changes: 1 addition & 1 deletion test/taoensso/faraday/tests/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@


(deftest serialization
(let [data nippy/stress-data-comparable]
(let [data (nippy/stress-data {:comparable? true})]
(is (= {:id 10 :nippy-data data}
(do (far/put-item *client-opts* ttable {:id 10 :nippy-data (far/freeze data)})
(far/get-item *client-opts* ttable {:id 10}))))))
Expand Down

0 comments on commit 2ea0aa4

Please sign in to comment.