Skip to content

Commit

Permalink
(CAT-2158) Upgrade rexml to address CVE-2024-49761
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Nov 13, 2024
1 parent 1a1b4e2 commit 8e8b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ group :development do
gem "rubocop-performance", '= 1.16.0', require: false
gem "rubocop-rspec", '= 2.19.0', require: false
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "rexml", '>= 3.0.0', '< 3.2.7', require: false
gem "rexml", '>= 3.3.9', require: false
end
group :development, :release_prep do
gem "puppet-strings", '~> 4.0', require: false
Expand Down

0 comments on commit 8e8b10a

Please sign in to comment.