From 9f9c3526cc663dced2aa962a34b60084ad72d240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:56:27 +0000 Subject: [PATCH] chore(deps): bump the built_value group across 1 directory with 9 updates Bumps the built_value group with 9 updates in the /packages/analytics/amplify_analytics_pinpoint_dart directory: | Package | From | To | | --- | --- | --- | | [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` | | [smithy](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy) | `0.7.1` | `0.7.2` | | [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.7.1` | `0.7.2` | | [aws_signature_v4](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.6.1` | `0.6.2` | | [amplify_secure_storage_dart](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage) | `0.5.1` | `0.5.2` | | [amplify_db_common_dart](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common) | `0.4.4` | `0.4.5` | | [amplify_core](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `2.3.0` | `2.4.0` | | [smithy_aws](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy) | `0.7.1` | `0.7.2` | | [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` | Updates `built_value` from 8.8.1 to 8.9.2 - [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/commits/v8.9.2) Updates `smithy` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages/smithy) Updates `aws_common` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages) Updates `aws_signature_v4` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v0.6.2/packages) Updates `amplify_secure_storage_dart` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages/secure_storage) Updates `amplify_db_common_dart` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v0.4.5/packages/common) Updates `amplify_core` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v2.4.0/packages) Updates `smithy_aws` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages/smithy) Updates `built_value_generator` from 8.8.1 to 8.9.2 - [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/commits/v8.9.2) --- updated-dependencies: - dependency-name: built_value dependency-type: direct:production update-type: version-update:semver-minor dependency-group: built_value - dependency-name: smithy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: built_value - dependency-name: aws_common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: built_value - dependency-name: aws_signature_v4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: built_value - dependency-name: amplify_secure_storage_dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: built_value - dependency-name: amplify_db_common_dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: built_value - dependency-name: amplify_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: built_value - dependency-name: smithy_aws dependency-type: direct:production update-type: version-update:semver-patch dependency-group: built_value - dependency-name: built_value_generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: built_value ... Signed-off-by: dependabot[bot] --- .../analytics/amplify_analytics_pinpoint_dart/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index 01407744bb..131295f8e2 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ^3.3.0 dependencies: - amplify_core: ">=2.3.0 <2.4.0" + amplify_core: ^2.3.0 amplify_db_common_dart: ">=0.4.4 <0.5.0" amplify_secure_storage_dart: ">=0.5.1 <0.6.0" aws_common: ">=0.7.1 <0.8.0" @@ -32,7 +32,7 @@ dev_dependencies: build_verify: ^3.0.0 build_version: ^2.0.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.8.1 + built_value_generator: 8.9.2 drift_dev: ">=2.18.0 <2.19.0" mocktail: ^1.0.0 test: ^1.22.1