diff --git a/hspec-core.cabal b/hspec-core.cabal
--- a/hspec-core.cabal
+++ b/hspec-core.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec-core
-version:          2.11.3
+version:          2.11.4
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2023 Simon Hengel,
@@ -44,7 +44,7 @@
     , directory
     , filepath
     , haskell-lexer
-    , hspec-expectations ==0.8.3.*
+    , hspec-expectations ==0.8.4.*
     , process
     , quickcheck-io >=0.2.0
     , random
@@ -128,8 +128,8 @@
     , directory
     , filepath
     , haskell-lexer
-    , hspec-expectations ==0.8.3.*
-    , hspec-meta ==2.11.3
+    , hspec-expectations ==0.8.4.*
+    , hspec-meta ==2.11.4
     , process
     , quickcheck-io >=0.2.0
     , random
diff --git a/version.yaml b/version.yaml
--- a/version.yaml
+++ b/version.yaml
@@ -1,4 +1,4 @@
-version: &version 2.11.3
+version: &version 2.11.4
 synopsis: A Testing Framework for Haskell
 maintainer: Simon Hengel <sol@typeful.net>
 category: Testing
