From fb0065b90052ea8cbe039e88d46d6b93123c4e85 Mon Sep 17 00:00:00 2001 From: Amir Hasanbasic <43892661+hamir-suspect@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:35:11 +0200 Subject: [PATCH] chore(github_hooks): update rexml dependency (#605) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📝 Description resolves vunerability: https://semaphore.semaphoreci.com/jobs/e0520eeb-a9ed-4f9d-ae6b-64545c017fe5#L266 ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update --- github_hooks/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_hooks/Gemfile.lock b/github_hooks/Gemfile.lock index 808dacd46..77a41ef36 100644 --- a/github_hooks/Gemfile.lock +++ b/github_hooks/Gemfile.lock @@ -312,7 +312,7 @@ GEM request_store (1.7.0) rack (>= 1.4) retryable (3.0.5) - rexml (3.4.1) + rexml (3.4.4) rspec (3.13.1) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0)