diff --git a/composer.json b/composer.json
index 37dabba2..73d6f8f3 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
     },
     "require-dev": {
         "composer/composer": "^2.8.3",
-        "phpunit/phpunit": "^9.6.21"
+        "phpunit/phpunit": "^9.6.22"
     },
     "extra": {
         "class": [
diff --git a/drainpipe-dev/composer.json b/drainpipe-dev/composer.json
index 371cc8b3..9cb743a6 100644
--- a/drainpipe-dev/composer.json
+++ b/drainpipe-dev/composer.json
@@ -23,7 +23,7 @@
         "mockery/mockery": "^1.6.12",
         "phpspec/prophecy-phpunit": "^2",
         "phpstan/phpstan-deprecation-rules": "^2.0.1",
-        "phpunit/phpunit": "^9|^10",
+        "phpunit/phpunit": "9.6.22",
         "symfony/phpunit-bridge": "^6|^7",
         "symfony/yaml": "^6|^7",
         "tijsverkoyen/convert-to-junit-xml": "^1.11.0",