diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for staversion
 
+## 0.2.3.6  -- 2020-05-30
+
+* Confirm test with `http-client-0.7.0` and `aeson-1.5.0.0`.
+
 ## 0.2.3.5  -- 2020-04-26
 
 * Confirm test with `Cabal-3.2`.
diff --git a/staversion.cabal b/staversion.cabal
--- a/staversion.cabal
+++ b/staversion.cabal
@@ -1,5 +1,5 @@
 name:                   staversion
-version:                0.2.3.5
+version:                0.2.3.6
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -58,7 +58,7 @@
                         Staversion.Internal.EIO
   build-depends:        base >=4.8 && <4.14,
                         unordered-containers >=0.2.3 && <0.3,
-                        aeson >=0.8.0 && <1.5,
+                        aeson >=0.8.0 && <1.6,
                         text >=0.11.3 && <1.3,
                         bytestring >=0.10.0 && <0.11,
                         yaml >=0.8.3 && <0.12,
@@ -66,7 +66,7 @@
                         directory >=1.2.0 && <1.4,
                         optparse-applicative >=0.11.0 && <0.16,
                         containers >=0.5.5 && <0.7,
-                        http-client >=0.4.18 && <0.7,
+                        http-client >=0.4.18 && <0.8,
                         http-client-tls >=0.2.2 && <0.4,
                         http-types >=0.8.6 && <0.13,
                         transformers >=0.3.0 && <0.6,
