diff --git a/project.clj b/project.clj
index 0757b1756931307997338926c9f2ae3dc67ba8d6..2dd29bb69d5e83eaf740572b4433f1cc6093e73b 100644
--- a/project.clj
+++ b/project.clj
@@ -50,7 +50,7 @@
                  [com.mattbertolini/liquibase-slf4j "2.0.0"]          ; Java Migrations lib
                  [com.mchange/c3p0 "0.9.5.2"]                         ; connection pooling library
                  [com.novemberain/monger "3.1.0"]                     ; MongoDB Driver
-                 [com.taoensso/nippy "2.12.2"]                        ; Fast serialization (i.e., GZIP) library for Clojure
+                 [com.taoensso/nippy "2.13.0"]                        ; Fast serialization (i.e., GZIP) library for Clojure
                  [compojure "1.5.2"]                                  ; HTTP Routing library built on Ring
                  [crypto-random "1.2.0"]                              ; library for generating cryptographically secure random bytes and strings
                  [environ "1.1.0"]                                    ; easy environment management