diff --git a/example/Gemfile b/example/Gemfile index 6f0f168..d6b04cd 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -16,4 +16,4 @@ gem 'benchmark' gem 'mutex_m' # Fix vulnerabilities -gem 'rexml', '>= 3.3.9' +gem 'rexml', '>= 3.4.4' diff --git a/example/android/Gemfile b/example/android/Gemfile index dcd71fa..9b84abf 100644 --- a/example/android/Gemfile +++ b/example/android/Gemfile @@ -6,5 +6,5 @@ plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) # Fix vulnerabilities -gem 'rexml', '>= 3.3.9' +gem 'rexml', '>= 3.4.4' gem 'aws-sdk-s3', '>= 1.208.0' \ No newline at end of file diff --git a/example/ios/Gemfile b/example/ios/Gemfile index fe30178..c00e23f 100644 --- a/example/ios/Gemfile +++ b/example/ios/Gemfile @@ -6,5 +6,5 @@ plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) # Fix vulnerabilities -gem 'rexml', '>= 3.3.9' +gem 'rexml', '>= 3.4.4' gem 'aws-sdk-s3', '>= 1.208.0'