From 40458375bc913fdf9c16fd8e63fcb5fd71ebfb2f Mon Sep 17 00:00:00 2001 From: tjroach Date: Fri, 2 Aug 2024 09:48:14 -0400 Subject: [PATCH] update rexml --- build-support/Gemfile | 2 +- build-support/Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build-support/Gemfile b/build-support/Gemfile index f5aad15e53..30a71edd16 100644 --- a/build-support/Gemfile +++ b/build-support/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "fastlane" gem "addressable", ">= 2.8.0" -gem "rexml", ">= 3.3.2" +gem "rexml", ">= 3.3.4" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/build-support/Gemfile.lock b/build-support/Gemfile.lock index af89cd64ef..d850b2e6d3 100644 --- a/build-support/Gemfile.lock +++ b/build-support/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/aws-amplify/amplify-ci-support - revision: c673e6a2f0759b95edae5840afd952b15abf7032 + revision: 8b5c12c5445e7d869fc5b4dc8aa09d069d65e463 branch: android/fastlane-actions glob: src/fastlane/release_actions/*.gemspec specs: @@ -18,8 +18,8 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.956.0) - aws-sdk-core (3.201.1) + aws-partitions (1.961.0) + aws-sdk-core (3.201.3) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) @@ -27,11 +27,11 @@ GEM aws-sdk-kms (1.88.0) aws-sdk-core (~> 3, >= 3.201.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.156.0) + aws-sdk-s3 (1.157.0) aws-sdk-core (~> 3, >= 3.201.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sigv4 (1.8.0) + aws-sigv4 (1.9.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) @@ -68,7 +68,7 @@ GEM faraday-httpclient (1.0.1) faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) @@ -76,7 +76,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.221.1) + fastlane (2.222.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -173,14 +173,14 @@ GEM optparse (0.5.0) os (1.1.4) plist (3.7.1) - public_suffix (6.0.0) + public_suffix (6.0.1) rake (13.2.1) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.3.2) + rexml (3.3.4) strscan rouge (2.0.7) ruby2_keywords (0.0.5) @@ -225,7 +225,7 @@ DEPENDENCIES fastlane fastlane-plugin-release_actions! fastlane-plugin-semantic_release - rexml (>= 3.3.2) + rexml (>= 3.3.4) BUNDLED WITH - 2.2.3 + 2.5.11