From b74323ecfeafbcef2aa323e87d267269e6b74fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:15:22 +0000 Subject: [PATCH] :arrow_up: Bump aws-sdk-cloudwatch in /dhcp-service/metrics Bumps [aws-sdk-cloudwatch](https://github.com/aws/aws-sdk-ruby) from 1.81.0 to 1.87.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dhcp-service/metrics/Gemfile b/dhcp-service/metrics/Gemfile index 18c5d72..5f77bbe 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.81" +gem "aws-sdk-cloudwatch", "~>1.87" gem "sequel", "~> 5.73" gem "mysql2", "~> 0.5.5" diff --git a/dhcp-service/metrics/Gemfile.lock b/dhcp-service/metrics/Gemfile.lock index 7421006..54d54f2 100644 --- a/dhcp-service/metrics/Gemfile.lock +++ b/dhcp-service/metrics/Gemfile.lock @@ -3,17 +3,17 @@ GEM specs: addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - aws-eventstream (1.2.0) - aws-partitions (1.843.0) - aws-sdk-cloudwatch (1.81.0) - aws-sdk-core (~> 3, >= 3.184.0) + aws-eventstream (1.3.0) + aws-partitions (1.905.0) + aws-sdk-cloudwatch (1.87.0) + aws-sdk-core (~> 3, >= 3.191.0) aws-sigv4 (~> 1.1) - aws-sdk-core (3.185.2) - aws-eventstream (~> 1, >= 1.0.2) + aws-sdk-core (3.191.5) + aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.5) + aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sigv4 (1.6.1) + aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) bigdecimal (3.1.4) concurrent-ruby (1.2.2) @@ -52,7 +52,7 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-cloudwatch (~> 1.81) + aws-sdk-cloudwatch (~> 1.87) mysql2 (~> 0.5.5) rspec sentry-ruby