diff --git a/composer.json b/composer.json
index b753d10d1efcdfc75aa5da0eb145bac64b7b266e..409901228f5f67b0ce8cf31f6ce5c361b0af9eb0 100644
--- a/composer.json
+++ b/composer.json
@@ -101,7 +101,7 @@
 		"phpstan/phpstan": "^0.12.64",
 		"phpunit/phpunit": "^9.5",
 		"typo3/cms-styleguide": "~11.4.0",
-		"typo3/testing-framework": "^6.8.4"
+		"typo3/testing-framework": "^6.9.0"
 	},
 	"suggest": {
 		"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
diff --git a/composer.lock b/composer.lock
index acbc68c1d037a318d82c0d8356cd56d9db1f6937..f29c6b33c0b689e6ebcb1265cfc66d669684246c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "7d4eec0b6b3faa06606b7df0b086c3c1",
+    "content-hash": "e9862b5af376514f356ce32811be4e78",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -8170,16 +8170,16 @@
         },
         {
             "name": "typo3/testing-framework",
-            "version": "6.8.4",
+            "version": "6.9.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/testing-framework.git",
-                "reference": "0999567ed9450888a3bc050bf1f8bc8dfcbb4edc"
+                "reference": "16ec225d7289caa1e4b9e8c33969dde9034b8613"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/0999567ed9450888a3bc050bf1f8bc8dfcbb4edc",
-                "reference": "0999567ed9450888a3bc050bf1f8bc8dfcbb4edc",
+                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/16ec225d7289caa1e4b9e8c33969dde9034b8613",
+                "reference": "16ec225d7289caa1e4b9e8c33969dde9034b8613",
                 "shasum": ""
             },
             "require": {
@@ -8229,9 +8229,9 @@
             "support": {
                 "general": "https://typo3.org/support/",
                 "issues": "https://github.com/TYPO3/testing-framework/issues",
-                "source": "https://github.com/TYPO3/testing-framework/tree/6.8.4"
+                "source": "https://github.com/TYPO3/testing-framework/tree/6.9.0"
             },
-            "time": "2021-06-14T12:34:09+00:00"
+            "time": "2021-08-06T14:12:49+00:00"
         }
     ],
     "aliases": [],
diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json
index 5d0ba4aff694a4221c10f6fdd86dcb27d16ab2a6..6e8af0d7673624aa7c4e8da2c7c2429b511a4ebf 100644
--- a/typo3/sysext/core/composer.json
+++ b/typo3/sysext/core/composer.json
@@ -84,7 +84,7 @@
 		"phpstan/phpstan": "^0.12.64",
 		"phpunit/phpunit": "^9.5",
 		"typo3/cms-styleguide": "~11.4.0",
-		"typo3/testing-framework": "^6.8.4"
+		"typo3/testing-framework": "^6.9.0"
 	},
 	"suggest": {
 		"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",