diff --git a/qa/Gemfile b/qa/Gemfile
index 4eef811a872f3762e5084e51b2122acbb52f6217..34f20771af3ef1657316b6d65775878ea0c3a68a 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,7 +2,7 @@
 
 source 'https://rubygems.org'
 
-gem 'gitlab-qa', '~> 8', '>= 8.10.1', require: 'gitlab/qa'
+gem 'gitlab-qa', '~> 8', '>= 8.10.2', require: 'gitlab/qa'
 gem 'activesupport', '~> 6.1.4.7' # This should stay in sync with the root's Gemfile
 gem 'allure-rspec', '~> 2.19.0'
 gem 'capybara', '~> 3.38.0'
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index d3ab3def73d525ab1ad2a8a9ba1f0df0666ed1c3..acf346dcec685fe62abc4d6fce734da9607f5809 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -100,7 +100,7 @@ GEM
     gitlab (4.18.0)
       httparty (~> 0.18)
       terminal-table (>= 1.5.1)
-    gitlab-qa (8.10.1)
+    gitlab-qa (8.10.2)
       activesupport (~> 6.1)
       gitlab (~> 4.18.0)
       http (~> 5.0)
@@ -311,7 +311,7 @@ DEPENDENCIES
   faraday-retry (~> 2.0)
   fog-core (= 2.1.0)
   fog-google (~> 1.19)
-  gitlab-qa (~> 8, >= 8.10.1)
+  gitlab-qa (~> 8, >= 8.10.2)
   influxdb-client (~> 2.8)
   knapsack (~> 4.0)
   nokogiri (~> 1.13, >= 1.13.9)