Skip to content

Commit a8e2c3f

Browse files
authored
fix(google-apis-core): upgrade addressable dependency to ~> 2.9 (#26622)
Upgrade addressable to ~> 2.9 to mitigate vulnerability GHSA-h27x-rffw-24p4. Fixes: #26054 Co-authored-by: Torrey Payne <torreypayne@google.com>
1 parent 74b081b commit a8e2c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-apis-core/google-apis-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
gem.require_paths = ['lib']
2121

2222
gem.required_ruby_version = '>= 3.2'
23-
gem.add_runtime_dependency 'addressable', '~> 2.8', '>= 2.8.7'
23+
gem.add_runtime_dependency 'addressable', '~> 2.9'
2424
gem.add_runtime_dependency 'faraday', '~> 2.13'
2525
gem.add_runtime_dependency 'faraday-follow_redirects', '~> 0.3'
2626
gem.add_runtime_dependency 'googleauth', '~> 1.14'

0 commit comments

Comments
 (0)