diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for collection-json
 
+## 1.1.1.0  -- 2017-12-21
+
+* Bump dependencies on aeson and QuickCheck
+
 ## 1.1.0.2  -- 2017-11-17
 
 * use network-uri-json package
diff --git a/collection-json.cabal b/collection-json.cabal
--- a/collection-json.cabal
+++ b/collection-json.cabal
@@ -1,5 +1,5 @@
 name:                collection-json
-version:             1.1.0.2
+version:             1.1.1.0
 synopsis:            Collection+JSON—Hypermedia Type Tools
 
 description:
@@ -45,7 +45,7 @@
   other-modules:
 
   build-depends:
-      aeson            >= 0.8 && < 1.2
+      aeson            >= 0.8 && < 1.3
     , base             >= 4.6 && < 4.12
     , network-uri      == 2.6.*
     , network-uri-json == 0.1.*
@@ -78,13 +78,13 @@
       hspec-discover:hspec-discover == 2.4.*
 
   build-depends:
-      aeson                >= 0.8 && < 1.2
+      aeson                >= 0.8 && < 1.3
     , base                 >= 4.6 && < 4.12
     , bytestring           == 0.10.*
     , hspec                == 2.4.*
     , network-uri          == 2.6.*
     , network-uri-json     == 0.1.*
-    , QuickCheck           == 2.9.*
+    , QuickCheck           >= 2.9 && < 2.11
     , quickcheck-instances == 0.3.*
     , test-invariant       == 0.4.*
     , text                 == 1.2.*
