diff --git a/hoauth2.cabal b/hoauth2.cabal
--- a/hoauth2.cabal
+++ b/hoauth2.cabal
@@ -1,6 +1,6 @@
 Name:                hoauth2
 -- http://wiki.haskell.org/Package_versioning_policy
-Version:             1.7.1
+Version:             1.7.2
 
 Synopsis:            Haskell OAuth2 authentication client
 
@@ -77,7 +77,7 @@
                  bytestring           >= 0.9   && < 0.11,
                  http-conduit         >= 2.1   && < 2.4,
                  http-types           >= 0.11   && < 0.13,
-                 aeson                >= 0.11  && < 1.3,
+                 aeson                >= 0.11  && < 1.4,
                  unordered-containers >= 0.2.5,
                  uri-bytestring       >= 0.2.3.1 && < 0.4,
                  uri-bytestring-aeson >= 0.1   && < 0.2,
@@ -125,7 +125,7 @@
                        wai               >= 3.2    && < 3.3,
                        warp              >= 3.2    && < 3.3,
                        containers        >= 0.4    && < 0.6,
-                       aeson             >= 0.11   && < 1.3,
+                       aeson             >= 0.11   && < 1.4,
                        microlens            >= 0.4.0 && < 0.5,
                        unordered-containers >= 0.2.8 && < 0.2.9,
                        wai-extra >= 3.0.21.0 && < 3.0.22.0,
