From a958483d3ca956ddaa1337a6177dc71776e6ecd4 Mon Sep 17 00:00:00 2001 From: Dillon Nys <24740863+dnys1@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:38:15 -0700 Subject: [PATCH] chore(deps): Bump `built_value` dependency (#3104) --- aft.yaml | 4 ++-- packages/aft/pubspec.yaml | 4 ++-- .../analytics/amplify_analytics_pinpoint/example/pubspec.yaml | 2 +- .../analytics/amplify_analytics_pinpoint_dart/pubspec.yaml | 4 ++-- packages/auth/amplify_auth_cognito_dart/pubspec.yaml | 4 ++-- packages/auth/amplify_auth_cognito_test/pubspec.yaml | 2 +- packages/aws_common/pubspec.yaml | 4 ++-- packages/aws_sdk/smoke_test/pubspec.yaml | 4 ++-- .../push/amplify_push_notifications_pinpoint/pubspec.yaml | 2 +- .../secure_storage/amplify_secure_storage_dart/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/awsQuery/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/custom/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/restJson1/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/restXml/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib2/awsQuery/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib2/custom/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib2/restJson1/pubspec.yaml | 4 ++-- packages/smithy/goldens/lib2/restXml/pubspec.yaml | 4 ++-- .../smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml | 4 ++-- packages/smithy/smithy/pubspec.yaml | 4 ++-- packages/smithy/smithy_aws/pubspec.yaml | 4 ++-- packages/smithy/smithy_codegen/pubspec.yaml | 4 ++-- packages/smithy/smithy_test/pubspec.yaml | 2 +- packages/storage/amplify_storage_s3_dart/pubspec.yaml | 4 ++-- packages/worker_bee/e2e/pubspec.yaml | 4 ++-- packages/worker_bee/e2e_test/pubspec.yaml | 4 ++-- packages/worker_bee/worker_bee/pubspec.yaml | 4 ++-- 32 files changed, 60 insertions(+), 60 deletions(-) diff --git a/aft.yaml b/aft.yaml index 6b13a7443e..d1fb7e31fa 100644 --- a/aft.yaml +++ b/aft.yaml @@ -9,8 +9,8 @@ dependencies: async: ^2.10.0 build_runner: ^2.4.0 build_web_compilers: ^4.0.0 - built_value: ">=8.5.0 <8.6.0" - built_value_generator: 8.5.0 + built_value: ">=8.6.0 <8.7.0" + built_value_generator: 8.6.0 code_builder: 4.4.0 connectivity_plus: ^4.0.1 dart_style: 2.3.1 diff --git a/packages/aft/pubspec.yaml b/packages/aft/pubspec.yaml index 886eebae7a..f1fd3530c4 100644 --- a/packages/aft/pubspec.yaml +++ b/packages/aft/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: async: ^2.10.0 aws_common: ">=0.4.2+5 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" checked_yaml: ^2.0.0 cli_util: ^0.3.5 collection: ^1.16.0 @@ -54,7 +54,7 @@ dependency_overrides: dev_dependencies: amplify_lints: ">=2.0.2 <2.1.0" build_runner: ^2.4.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 json_serializable: 6.7.0 test: ^1.22.1 diff --git a/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml index 1b34cb72fd..055a3ba239 100644 --- a/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml @@ -25,7 +25,7 @@ dev_dependencies: path: ../../../amplify_lints aws_common: ">=0.4.0 <0.5.0" build_runner: ^2.4.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" flutter_test: sdk: flutter integration_test: diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index c48ab16b66..d06f730577 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: aws_common: ">=0.5.0 <0.6.0" aws_signature_v4: ">=0.4.0 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 drift: ">=2.4.0 <2.9.0" intl: ">=0.18.0 <1.0.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.5.0 + built_value_generator: 8.6.0 drift_dev: ^2.2.0+1 mocktail: ^0.3.0 test: ^1.22.1 diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml index 6acfb35737..8f3cc7ebe1 100644 --- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: aws_common: ">=0.5.0+1 <0.6.0" aws_signature_v4: ">=0.4.0+1 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 convert: ^3.0.1 crypto: ^3.0.1 @@ -40,7 +40,7 @@ dev_dependencies: build_runner: ^2.4.0 build_verify: ^3.0.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 json_serializable: 6.7.0 mockito: ^5.0.0 smithy_codegen: diff --git a/packages/auth/amplify_auth_cognito_test/pubspec.yaml b/packages/auth/amplify_auth_cognito_test/pubspec.yaml index d32ad71dba..1457023afa 100644 --- a/packages/auth/amplify_auth_cognito_test/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_test/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: async: ^2.10.0 aws_common: ">=0.4.0 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 convert: ^3.0.0 http: ">=0.13.0 <2.0.0" diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index dc6003e25e..fd65112f9c 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: async: ^2.10.0 built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 http2: ^2.0.0 js: ^0.6.4 @@ -29,7 +29,7 @@ dev_dependencies: build_runner: ^2.4.0 build_test: ^2.1.5 build_web_compilers: ^4.0.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 json_serializable: 6.7.0 stream_channel: ^2.1.0 test: ^1.22.1 diff --git a/packages/aws_sdk/smoke_test/pubspec.yaml b/packages/aws_sdk/smoke_test/pubspec.yaml index af1f471732..a8c3061791 100644 --- a/packages/aws_sdk/smoke_test/pubspec.yaml +++ b/packages/aws_sdk/smoke_test/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: aws_common: ">=0.4.0 <0.5.0" aws_signature_v4: ">=0.3.1+2 <0.4.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" fixnum: ^1.0.0 meta: ^1.8.0 smithy: ">=0.4.0+1 <0.5.0" @@ -18,6 +18,6 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.0.0 test: ^1.22.1 diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml index e7849c08db..d42c85259b 100644 --- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml @@ -33,7 +33,7 @@ dev_dependencies: aws_common: ">=0.5.0 <0.6.0" aws_signature_v4: ">=0.4.0 <0.5.0" build_runner: ^2.4.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 flutter_test: sdk: flutter mockito: ^5.0.0 diff --git a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml index 7a1cd83790..81b230b5b2 100644 --- a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: async: ^2.10.0 aws_common: ">=0.5.0+1 <0.6.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" ffi: ^2.0.0 file: ^6.0.0 js: ^0.6.4 @@ -39,7 +39,7 @@ dev_dependencies: build: ^2.3.0 build_runner: ^2.4.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 ffigen: ^8.0.0 test: ^1.22.1 worker_bee_builder: ">=0.2.0+1 <0.3.0" diff --git a/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml b/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml index c48835233c..e614dd32e4 100644 --- a/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml +++ b/packages/smithy/goldens/lib/awsJson1_0/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" built_collection: ^5.0.0 shelf_router: ^1.1.0 shelf: ^1.4.0 @@ -39,6 +39,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml b/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml index 7b9e52d691..044b887428 100644 --- a/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml +++ b/packages/smithy/goldens/lib/awsJson1_1/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" built_collection: ^5.0.0 fixnum: ^1.0.0 shelf_router: ^1.1.0 @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/awsQuery/pubspec.yaml b/packages/smithy/goldens/lib/awsQuery/pubspec.yaml index 3ebb0b82c6..a95487603c 100644 --- a/packages/smithy/goldens/lib/awsQuery/pubspec.yaml +++ b/packages/smithy/goldens/lib/awsQuery/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" built_collection: ^5.0.0 fixnum: ^1.0.0 meta: ^1.7.0 @@ -38,6 +38,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/custom/pubspec.yaml b/packages/smithy/goldens/lib/custom/pubspec.yaml index d01f2357c2..9ae5ae9fe8 100644 --- a/packages/smithy/goldens/lib/custom/pubspec.yaml +++ b/packages/smithy/goldens/lib/custom/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: path: ../../../../aws_signature_v4 aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" meta: ^1.7.0 built_collection: ^5.0.0 shelf_router: ^1.1.0 @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/restJson1/pubspec.yaml b/packages/smithy/goldens/lib/restJson1/pubspec.yaml index e788ca39e2..ce6e399d10 100644 --- a/packages/smithy/goldens/lib/restJson1/pubspec.yaml +++ b/packages/smithy/goldens/lib/restJson1/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" fixnum: ^1.0.0 built_collection: ^5.0.0 meta: ^1.7.0 @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/restXml/pubspec.yaml b/packages/smithy/goldens/lib/restXml/pubspec.yaml index 5ab162d6a1..fdb1cb2b41 100644 --- a/packages/smithy/goldens/lib/restXml/pubspec.yaml +++ b/packages/smithy/goldens/lib/restXml/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" fixnum: ^1.0.0 built_collection: ^5.0.0 meta: ^1.7.0 @@ -43,6 +43,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml b/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml index baadea7a57..a45bad5daa 100644 --- a/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml +++ b/packages/smithy/goldens/lib/restXmlWithNamespace/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" xml: 6.3.0 fixnum: ^1.0.0 meta: ^1.7.0 @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml b/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml index 4a2bebd4c2..2a2da0d3fb 100644 --- a/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml +++ b/packages/smithy/goldens/lib2/awsJson1_0/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" built_collection: ^5.0.0 shelf_router: ^1.1.0 shelf: ^1.4.0 @@ -39,6 +39,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml b/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml index 7eb38b57d7..f25dac1e48 100644 --- a/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml +++ b/packages/smithy/goldens/lib2/awsJson1_1/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" built_collection: ^5.0.0 fixnum: ^1.0.0 shelf_router: ^1.1.0 @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml b/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml index c402e31215..1b7dd5c1e6 100644 --- a/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml +++ b/packages/smithy/goldens/lib2/awsQuery/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" built_collection: ^5.0.0 fixnum: ^1.0.0 meta: ^1.7.0 @@ -38,6 +38,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/custom/pubspec.yaml b/packages/smithy/goldens/lib2/custom/pubspec.yaml index 982deeb181..01745cf9bf 100644 --- a/packages/smithy/goldens/lib2/custom/pubspec.yaml +++ b/packages/smithy/goldens/lib2/custom/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: path: ../../../../aws_signature_v4 aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" meta: ^1.7.0 built_collection: ^5.0.0 shelf_router: ^1.1.0 @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/restJson1/pubspec.yaml b/packages/smithy/goldens/lib2/restJson1/pubspec.yaml index 3ff2ffb3ca..225b9d837d 100644 --- a/packages/smithy/goldens/lib2/restJson1/pubspec.yaml +++ b/packages/smithy/goldens/lib2/restJson1/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" fixnum: ^1.0.0 built_collection: ^5.0.0 meta: ^1.7.0 @@ -42,6 +42,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/restXml/pubspec.yaml b/packages/smithy/goldens/lib2/restXml/pubspec.yaml index acda5587f7..fe93a308a6 100644 --- a/packages/smithy/goldens/lib2/restXml/pubspec.yaml +++ b/packages/smithy/goldens/lib2/restXml/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" fixnum: ^1.0.0 built_collection: ^5.0.0 meta: ^1.7.0 @@ -43,6 +43,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml b/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml index 63ed558d30..336eb7cb42 100644 --- a/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml +++ b/packages/smithy/goldens/lib2/restXmlWithNamespace/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../../../smithy_aws aws_common: path: ../../../../aws_common - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" xml: 6.3.0 fixnum: ^1.0.0 meta: ^1.7.0 @@ -41,6 +41,6 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 build_test: ^2.1.5 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 lints: ^2.1.0 test: ^1.22.1 diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml index 1f4de589b8..16cd5b695a 100644 --- a/packages/smithy/smithy/pubspec.yaml +++ b/packages/smithy/smithy/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: async: ^2.10.0 aws_common: ">=0.5.0+1 <0.6.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 convert: ^3.0.0 crypto: ^3.0.0 @@ -30,7 +30,7 @@ dependencies: dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 json_serializable: 6.7.0 stack_trace: ^1.10.0 test: ^1.22.1 diff --git a/packages/smithy/smithy_aws/pubspec.yaml b/packages/smithy/smithy_aws/pubspec.yaml index ac7de1078f..baee1c1318 100644 --- a/packages/smithy/smithy_aws/pubspec.yaml +++ b/packages/smithy/smithy_aws/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: aws_common: ">=0.5.0+1 <0.6.0" aws_signature_v4: ">=0.4.0+1 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 convert: ^3.0.0 crclib: ^3.0.0 @@ -27,7 +27,7 @@ dependencies: dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 file: ^6.1.2 glob: ^2.0.2 json_serializable: 6.7.0 diff --git a/packages/smithy/smithy_codegen/pubspec.yaml b/packages/smithy/smithy_codegen/pubspec.yaml index 6ae40fde7d..e562409676 100644 --- a/packages/smithy/smithy_codegen/pubspec.yaml +++ b/packages/smithy/smithy_codegen/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: aws_signature_v4: ">=0.3.1+7 <0.4.0" build_cli_annotations: ^2.0.0 built_collection: ^5.1.1 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" code_builder: 4.4.0 collection: ^1.15.0 crclib: ^3.0.0 @@ -42,7 +42,7 @@ dev_dependencies: build_runner: ^2.4.0 build_verify: ^3.0.0 build_version: ^2.1.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 json_serializable: 6.7.0 smithy_test: path: ../smithy_test diff --git a/packages/smithy/smithy_test/pubspec.yaml b/packages/smithy/smithy_test/pubspec.yaml index af6b8b774f..33d675b928 100644 --- a/packages/smithy/smithy_test/pubspec.yaml +++ b/packages/smithy/smithy_test/pubspec.yaml @@ -11,7 +11,7 @@ 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.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 fixnum: ^1.0.0 path: ^1.8.0 diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 8e02ba2f4e..804d7f27a2 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: aws_common: ">=0.5.0+1 <0.6.0" aws_signature_v4: ">=0.4.0+1 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" drift: ">=2.4.0 <2.9.0" fixnum: ^1.0.0 json_annotation: ">=4.8.1 <4.9.0" @@ -28,7 +28,7 @@ dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 build_verify: ^3.0.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 drift_dev: ^2.2.0+1 json_serializable: 6.7.0 mocktail: ^0.3.0 diff --git a/packages/worker_bee/e2e/pubspec.yaml b/packages/worker_bee/e2e/pubspec.yaml index 5e5a60eab8..604d6ce968 100644 --- a/packages/worker_bee/e2e/pubspec.yaml +++ b/packages/worker_bee/e2e/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: aws_common: ">=0.4.0 <0.5.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" fixnum: ^1.0.0 meta: ^1.7.0 test: ^1.22.1 @@ -26,6 +26,6 @@ dev_dependencies: build_runner: ^2.4.0 build_verify: ^3.0.0 build_web_compilers: ^4.0.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 worker_bee_builder: path: ../worker_bee_builder diff --git a/packages/worker_bee/e2e_test/pubspec.yaml b/packages/worker_bee/e2e_test/pubspec.yaml index e244abb761..8a3d1427ee 100644 --- a/packages/worker_bee/e2e_test/pubspec.yaml +++ b/packages/worker_bee/e2e_test/pubspec.yaml @@ -19,8 +19,8 @@ dev_dependencies: build_test: ^2.0.0 build_web_compilers: ^4.0.0 built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" - built_value_generator: 8.5.0 + built_value: ">=8.6.0 <8.7.0" + built_value_generator: 8.6.0 e2e: path: ../e2e meta: ^1.7.0 diff --git a/packages/worker_bee/worker_bee/pubspec.yaml b/packages/worker_bee/worker_bee/pubspec.yaml index 74f4e5faae..5a2ede2763 100644 --- a/packages/worker_bee/worker_bee/pubspec.yaml +++ b/packages/worker_bee/worker_bee/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: async: ^2.10.0 aws_common: ">=0.5.0 <0.6.0" built_collection: ^5.0.0 - built_value: ">=8.5.0 <8.6.0" + built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 js: ^0.6.4 meta: ^1.7.0 @@ -24,5 +24,5 @@ dependencies: dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" build_runner: ^2.4.0 - built_value_generator: 8.5.0 + built_value_generator: 8.6.0 test: ^1.22.1