diff --git a/qa/Gemfile b/qa/Gemfile
index 79414b2cffda95d8b13efe5a0264017867631056..47b6c7daf39a077a643d100ea5b08254e2309928 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,7 +2,7 @@
 
 source 'https://rubygems.org'
 
-gem 'gitlab-qa', '~> 12', '>= 12.5.0', require: 'gitlab/qa'
+gem 'gitlab-qa', '~> 12', '>= 12.5.1', require: 'gitlab/qa'
 gem 'gitlab_quality-test_tooling', '~> 1.8.1', require: false
 gem 'gitlab-utils', path: '../gems/gitlab-utils'
 gem 'activesupport', '~> 7.0.8' # This should stay in sync with the root's Gemfile
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index e48808b580410c7c119d9d0d02f2ef5c4949d2b1..f8083fcfd22221e5401b3f85131baa6ac3fa3271 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -123,7 +123,7 @@ GEM
     gitlab (4.19.0)
       httparty (~> 0.20)
       terminal-table (>= 1.5.1)
-    gitlab-qa (12.5.0)
+    gitlab-qa (12.5.1)
       activesupport (>= 6.1, < 7.1)
       gitlab (~> 4.19)
       http (~> 5.0)
@@ -363,7 +363,7 @@ DEPENDENCIES
   faraday-retry (~> 2.2)
   fog-core (= 2.1.0)
   fog-google (~> 1.19)
-  gitlab-qa (~> 12, >= 12.5.0)
+  gitlab-qa (~> 12, >= 12.5.1)
   gitlab-utils!
   gitlab_quality-test_tooling (~> 1.8.1)
   influxdb-client (~> 2.9)