diff --git a/hoauth2.cabal b/hoauth2.cabal
--- a/hoauth2.cabal
+++ b/hoauth2.cabal
@@ -2,7 +2,7 @@
 name:               hoauth2
 
 -- http://wiki.haskell.org/Package_versioning_policy
-version:            2.14.1
+version:            2.14.2
 synopsis:           Haskell OAuth2 authentication client
 description:
   This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.
@@ -79,7 +79,7 @@
     , microlens             ^>=0.4.0
     , text                  >=2.0    && <2.3
     , transformers          >=0.4    && <0.7
-    , uri-bytestring        >=0.2.3  && <0.4
+    , uri-bytestring        >=0.3    && <0.5
     , uri-bytestring-aeson  ^>=0.1
 
   ghc-options:
@@ -92,11 +92,11 @@
   hs-source-dirs:     test
   ghc-options:        -Wall
   build-depends:
-    , aeson           >=2.0   && <2.3
-    , base            >=4.11  && <5
+    , aeson           >=2.0  && <2.3
+    , base            >=4.11 && <5
     , hoauth2
-    , hspec           >=2     && <3
-    , uri-bytestring  >=0.2.3 && <0.4
+    , hspec           >=2    && <3
+    , uri-bytestring  >=0.3  && <0.5
 
   other-modules:      Network.OAuth.OAuth2.TokenRequestSpec
   default-language:   Haskell2010
