diff --git a/postgres-websockets.cabal b/postgres-websockets.cabal
--- a/postgres-websockets.cabal
+++ b/postgres-websockets.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                postgres-websockets
-version:             0.12.1.1
+version:             0.12.1.2
 synopsis:            Middleware to map LISTEN/NOTIFY messages to Websockets
 description:         WAI middleware that adds websockets capabilites on top of PostgreSQL's asynchronous notifications using LISTEN and NOTIFY commands. Fully functioning server included.
 homepage:            https://github.com/diogob/postgres-websockets#readme
@@ -48,7 +48,7 @@
                      , hasql-notifications >= 0.2.4.0 && < 0.3
                      , hasql-pool ^>= 1.4
                      , http-types >= 0.12.3 && < 0.13
-                     , jose >= 0.11 && < 0.13
+                     , jose >= 0.11 && < 0.14
                      , lens >= 5.2.3 && < 5.4
                      , mtl >=2.3.1 && <2.4
                      , async >=2.2.5 && <2.3
