diff --git a/qa/Gemfile b/qa/Gemfile
index eba5fbc63d26be6590809e9d99d5788397bb7676..1f63be4234b82cda3282fbf36366e2af249ee786 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -38,7 +38,7 @@ gem 'chemlab', '~> 0.10'
 gem 'chemlab-library-www-gitlab-com', '~> 0.1', '>= 0.1.1'
 
 # dependencies for jenkins client
-gem 'nokogiri', '~> 1.14', '>= 1.14.2'
+gem 'nokogiri', '~> 1.14', '>= 1.14.3'
 
 gem 'deprecation_toolkit', '~> 2.0.3', require: false
 
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index 9df37db90c69a7b9b6f5fa93947031dd866c8f91..3d4ab76ef8cc5748d156b9b83a55126a66906bf0 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -181,7 +181,7 @@ GEM
     multi_json (1.15.0)
     multi_xml (0.6.0)
     netrc (0.11.0)
-    nokogiri (1.14.2)
+    nokogiri (1.14.3)
       mini_portile2 (~> 2.8.0)
       racc (~> 1.4)
     octokit (6.1.1)
@@ -321,7 +321,7 @@ DEPENDENCIES
   gitlab-qa (~> 9, >= 9.1.2)
   influxdb-client (~> 2.9)
   knapsack (~> 4.0)
-  nokogiri (~> 1.14, >= 1.14.2)
+  nokogiri (~> 1.14, >= 1.14.3)
   octokit (~> 6.1.1)
   parallel (~> 1.22, >= 1.22.1)
   parallel_tests (~> 4.2)
@@ -343,4 +343,4 @@ DEPENDENCIES
   zeitwerk (~> 2.6, >= 2.6.7)
 
 BUNDLED WITH
-   2.4.10
+   2.4.11