diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for net-spider-rpl
 
+## 0.4.1.2  -- 2020-05-30
+
+* Confirm test with `aeson-1.5.0.0`.
+
 ## 0.4.1.1  -- 2020-04-26
 
 * Confirm test with `greskell-1.1.0.0`
diff --git a/net-spider-rpl.cabal b/net-spider-rpl.cabal
--- a/net-spider-rpl.cabal
+++ b/net-spider-rpl.cabal
@@ -1,5 +1,5 @@
 name:                   net-spider-rpl
-version:                0.4.1.1
+version:                0.4.1.2
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -34,7 +34,7 @@
                         NetSpider.RPL.IPv6
   other-modules:        NetSpider.RPL.JSONUtil
   build-depends:        base >=4.11.1.0 && <4.13,
-                        aeson >=1.3.1.1 && <1.5,
+                        aeson >=1.3.1.1 && <1.6,
                         greskell >=1.0.0.0 && <1.2,
                         net-spider >=0.4.0.0 && <0.5,
                         text >=1.2.3.1 && <1.3,
