From c09216adf8a994640423830e262ef67e2b4917c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:18:29 +0000 Subject: [PATCH] Bump aws-sdk-cloudwatch from 1.97.0 to 1.105.0 in /dhcp-service/metrics Bumps [aws-sdk-cloudwatch](https://github.com/aws/aws-sdk-ruby) from 1.97.0 to 1.105.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-cloudwatch/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-cloudwatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dhcp-service/metrics/Gemfile | 2 +- dhcp-service/metrics/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dhcp-service/metrics/Gemfile b/dhcp-service/metrics/Gemfile index c60d185..f787d14 100644 --- a/dhcp-service/metrics/Gemfile +++ b/dhcp-service/metrics/Gemfile @@ -3,7 +3,7 @@ source "http://rubygems.org" ruby File.read(".ruby-version").chomp -gem "aws-sdk-cloudwatch", "~>1.97.0" +gem "aws-sdk-cloudwatch", "~>1.105.0" gem "sequel", "~> 5.83.0" gem "mysql2", "~> 0.5.6" diff --git a/dhcp-service/metrics/Gemfile.lock b/dhcp-service/metrics/Gemfile.lock index 9d9610d..b617cd0 100644 --- a/dhcp-service/metrics/Gemfile.lock +++ b/dhcp-service/metrics/Gemfile.lock @@ -4,16 +4,16 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.3.0) - aws-partitions (1.969.0) - aws-sdk-cloudwatch (1.97.0) - aws-sdk-core (~> 3, >= 3.201.0) + aws-partitions (1.1001.0) + aws-sdk-cloudwatch (1.105.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.202.0) + aws-sdk-core (3.212.0) aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) + aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sigv4 (1.9.1) + aws-sigv4 (1.10.1) aws-eventstream (~> 1, >= 1.0.2) bigdecimal (3.1.8) concurrent-ruby (1.3.4) @@ -53,7 +53,7 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-cloudwatch (~> 1.97.0) + aws-sdk-cloudwatch (~> 1.105.0) mysql2 (~> 0.5.6) rspec sentry-ruby