diff --git a/ahoy.test.yml b/ahoy.test.yml
index e3d2619adee5f452bc9debb2e8a3a1f98fce74de..9f92a92a8b55bb6f1318b063f489e049cf0ae47b 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -98,3 +98,10 @@ commands:
       test -e .prettierignore || echo '*.yml' > .prettierignore
       /drupal/web/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=/drupal/web/core --ext=.js,.yml . $@
     usage: Eslint tests by module
+  outdated:
+    cmd: |
+      echo "Testing for outdated patch versions ..."
+      composer outdated --patch-only --strict --no-interaction
+      echo "Testing for outdated minor versions ..."
+      composer outdated --minor-only --strict --no-interaction
+    usage: Verifies that a dependencies are using the latest minor and patch versions
diff --git a/composer.json b/composer.json
index 85d6bd3f3c7f454a7da02b369a7a9f67d03bc705..bd70bce7b6d6e943e5692ef628fdd1abf870d275 100644
--- a/composer.json
+++ b/composer.json
@@ -45,7 +45,6 @@
     "php": ">=8.1",
     "composer-plugin-api": "^2",
     "dealerdirect/phpcodesniffer-composer-installer": "*",
-    "drupal-code-builder/drupal-code-builder-drush": "*",
     "drupal/coder": "*",
     "drupal/core": "*",
     "drupal/core-composer-scaffold": "*",