From d206eb3fefce9bc132aa5632ea7602dd29ccbc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:09:42 +0000 Subject: [PATCH] chore(deps): bump aws_common, built_value, xml, aws_signature_v4 and smithy Bumps [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages), [built_value](https://github.com/google/built_value.dart), [xml](https://github.com/renggli/dart-xml), [aws_signature_v4](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) and [smithy](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy). These dependencies needed to be updated together. Updates `aws_common` from 0.4.2+5 to 0.5.0+1 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v0.5.0/packages) Updates `built_value` from 8.4.4 to 8.5.0 - [Release notes](https://github.com/google/built_value.dart/releases) - [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/built_value.dart/compare/v8.4.4...v8.5.0) Updates `xml` from 6.2.2 to 6.3.0 - [Changelog](https://github.com/renggli/dart-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/renggli/dart-xml/compare/6.2.2...6.3.0) Updates `aws_signature_v4` from 0.3.1+7 to 0.4.0+1 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v0.4.0/packages) Updates `smithy` from 0.4.0+8 to 0.5.0+1 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v0.5.0/packages/smithy) --- updated-dependencies: - dependency-name: aws_common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: built_value dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: aws_signature_v4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: smithy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/smithy/smithy_test/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/smithy/smithy_test/pubspec.yaml b/packages/smithy/smithy_test/pubspec.yaml index 135eda9502..674aeeff9a 100644 --- a/packages/smithy/smithy_test/pubspec.yaml +++ b/packages/smithy/smithy_test/pubspec.yaml @@ -9,16 +9,16 @@ environment: dependencies: async: ^2.10.0 - aws_common: ">=0.4.0 <0.5.0" - aws_signature_v4: ">=0.3.1+2 <0.4.0" - built_value: ">=8.4.0 <8.5.0" + aws_common: ^0.5.0+1 + aws_signature_v4: ^0.4.0+1 + built_value: ^8.5.0 collection: ^1.15.0 fixnum: ^1.0.0 path: ^1.8.0 - smithy: ">=0.4.0+1 <0.5.0" + smithy: ^0.5.0+1 test: ^1.16.0 tuple: ^2.0.0 - xml: ">=6.1.0 <=6.2.2" + xml: ^6.3.0 dev_dependencies: amplify_lints: