Skip to content

Commit ee19031

Browse files
chore(deps): update dependency rexml to '>= 3.4.4'
1 parent aa3cfed commit ee19031

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ gem 'benchmark'
1616
gem 'mutex_m'
1717

1818
# Fix vulnerabilities
19-
gem 'rexml', '>= 3.3.9'
19+
gem 'rexml', '>= 3.4.4'

example/android/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
66
eval_gemfile(plugins_path) if File.exist?(plugins_path)
77

88
# Fix vulnerabilities
9-
gem 'rexml', '>= 3.3.9'
9+
gem 'rexml', '>= 3.4.4'
1010
gem 'aws-sdk-s3', '>= 1.208.0'

example/ios/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
66
eval_gemfile(plugins_path) if File.exist?(plugins_path)
77

88
# Fix vulnerabilities
9-
gem 'rexml', '>= 3.3.9'
9+
gem 'rexml', '>= 3.4.4'
1010
gem 'aws-sdk-s3', '>= 1.208.0'

0 commit comments

Comments
 (0)