diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for tmp-proc-postgres
 
+## 0.5.1.0 -- 2022-08-08
+
+* Bump version of text and base
+
 ## 0.5.0.0 -- 2021-09-28
 
 * First version. Extracted from an unreleased version of the tmp-proc library
diff --git a/tmp-proc-postgres.cabal b/tmp-proc-postgres.cabal
--- a/tmp-proc-postgres.cabal
+++ b/tmp-proc-postgres.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-postgres
-version:            0.5.0.0
+version:            0.5.1.0
 synopsis:           Shows how to run a PostgreSQL database as a tmp proc
 description:
   An example of using tmp-proc to launch dockerized PostgreSQL in integration tests.
@@ -26,11 +26,11 @@
   exposed-modules:  System.TmpProc.Docker.Postgres
   hs-source-dirs:   src
   build-depends:
-    , base               >=4.11     && <4.16
+    , base               >=4.11     && <5
     , bytestring         >=0.10.8.2 && <0.12
     , postgresql-simple  >=0.5.4.0  && <0.6.5
-    , 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
