diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 1.6.3
+
++ Bump hjsonpointer and QuickCheck.
+
 # 1.6.2
 
 + Bump aeson.
diff --git a/hjsonschema.cabal b/hjsonschema.cabal
--- a/hjsonschema.cabal
+++ b/hjsonschema.cabal
@@ -1,5 +1,5 @@
 name:               hjsonschema
-version:            1.6.2
+version:            1.6.3
 synopsis:           JSON Schema library
 homepage:           https://github.com/seagreen/hjsonschema
 license:            MIT
@@ -66,14 +66,14 @@
     , file-embed           >= 0.0.8  && < 0.1
     , filepath             >= 1.3    && < 1.5
     , hashable             >= 1.2    && < 1.3
-    , hjsonpointer         >= 1.1    && < 1.2
+    , hjsonpointer         >= 1.1    && < 1.3
     -- 0.4.30 is for parseUrlThrow:
     , http-client          >= 0.4.30 && < 0.6
     , http-types           >= 0.8    && < 0.10
     , pcre-heavy           >= 1.0    && < 1.1
     , profunctors          >= 5.0    && < 5.3
     , protolude            >= 0.1.10 && < 1.2
-    , QuickCheck           >= 2.8    && < 2.10
+    , QuickCheck           >= 2.8    && < 2.11
     , scientific           >= 0.3    && < 0.4
     , semigroups           >= 0.18   && < 0.19
     , unordered-containers >= 0.2    && < 0.3
