diff --git a/hoauth2-providers.cabal b/hoauth2-providers.cabal
--- a/hoauth2-providers.cabal
+++ b/hoauth2-providers.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name:          hoauth2-providers
-version:       0.4.0
+version:       0.5.0
 synopsis:      OAuth2 Identity Providers
 description:   A few well known Identity Providers
 homepage:      https://github.com/freizl/hoauth2
@@ -53,12 +53,12 @@
     Network.OIDC.WellKnown
 
   build-depends:
-    , aeson                 >=2.0   && <2.2
-    , base                  >=4.5   && <5
-    , bytestring            >=0.9   && <0.12
+    , aeson                 >=2.0   && <2.3
+    , base                  >=4.11  && <5
+    , bytestring            >=0.9   && <0.13
     , containers            ^>=0.6
     , cryptonite            >=0.30  && <0.31
-    , hoauth2               >=2.9
+    , hoauth2               >=2.9   && <2.12
     , HsOpenSSL             >=0.11  && <0.12
     , http-conduit          >=2.1   && <2.4
     , http-types            >=0.11  && <0.13
@@ -84,8 +84,8 @@
   hs-source-dirs:     test
   ghc-options:        -Wall
   build-depends:
-    , aeson              >=2.0   && <2.2
-    , base               >=4     && <5
+    , aeson              >=2.0   && <2.3
+    , base               >=4.11  && <5
     , hoauth2-providers
     , hspec              >=2     && <3
     , uri-bytestring     >=0.2.3 && <0.4
