diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for tmp-proc-redis
 
+## 0.5.1.0 -- 2022-08-08
+
+* Bump version of text and base
+
 ## 0.5.0.1 -- 2021-09-29
 
 * Relax the upper bound of the hedis dependency
diff --git a/tmp-proc-redis.cabal b/tmp-proc-redis.cabal
--- a/tmp-proc-redis.cabal
+++ b/tmp-proc-redis.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-redis
-version:            0.5.0.1
+version:            0.5.1.0
 synopsis:           Shows how to run redis as a tmp proc
 description:
   An example of using tmp-proc to launch dockerized redis in integration tests.
@@ -27,11 +27,11 @@
   exposed-modules:  System.TmpProc.Docker.Redis
   hs-source-dirs:   src
   build-depends:
-    , base        >=4.11     && <4.16
+    , base        >=4.11     && <5
     , bytestring  >=0.10.8.2 && <0.12
     , hedis       >=0.10.4   && <0.16
-    , text        ^>=1.2.3
-    , tmp-proc    >=0.5.0.0  && <0.6.0.0
+    , text        ^>=2.0
+    , tmp-proc    >=0.5.1.0  && <0.6.0.0
 
   default-language: Haskell2010
   ghc-options:      -fno-ignore-asserts -Wall
