diff --git a/qa/Gemfile b/qa/Gemfile
index 7a079987c00215f1193b40ff88ac3c331582b36f..99ac856af534c50097ea51e45aced7c4eae00324 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -40,7 +40,7 @@ gem 'chemlab', '~> 0.10'
 gem 'chemlab-library-www-gitlab-com', '~> 0.1', '>= 0.1.1'
 
 # dependencies for jenkins client
-gem 'nokogiri', '~> 1.15'
+gem 'nokogiri', '~> 1.15', '>= 1.15.1'
 
 gem 'deprecation_toolkit', '~> 2.0.3', require: false
 
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index 80668d6262cc6c2a11bdc353a9baf2747c030d18..2de052883e2b409f55d65daab4492300f9102a24 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -190,7 +190,7 @@ GEM
     multi_json (1.15.0)
     multi_xml (0.6.0)
     netrc (0.11.0)
-    nokogiri (1.15.0)
+    nokogiri (1.15.1)
       mini_portile2 (~> 2.8.2)
       racc (~> 1.4)
     octokit (6.1.1)
@@ -331,7 +331,7 @@ DEPENDENCIES
   gitlab_quality-test_tooling (~> 0.4.0)
   influxdb-client (~> 2.9)
   knapsack (~> 4.0)
-  nokogiri (~> 1.15)
+  nokogiri (~> 1.15, >= 1.15.1)
   octokit (~> 6.1.1)
   parallel (~> 1.23)
   parallel_tests (~> 4.2, >= 4.2.1)