Skip to content

Commit 045b074

Browse files
chore(deps): bump the built_value group
Bumps the built_value group in /packages/smithy/smithy_codegen with 5 updates: | Package | From | To | | --- | --- | --- | | [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` | | [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` | | [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `3.0.2` | `3.1.0` | | [protobuf](https://github.com/google/protobuf.dart) | `2.1.0` | `3.1.0` | | [grpc](https://github.com/grpc/grpc-dart) | `3.2.4` | `4.0.0` | 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 `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) Updates `amplify_lints` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages) Updates `protobuf` from 2.1.0 to 3.1.0 - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](google/protobuf.dart@protobuf-v2.1.0...protobuf-v3.1.0) Updates `grpc` from 3.2.4 to 4.0.0 - [Release notes](https://github.com/grpc/grpc-dart/releases) - [Changelog](https://github.com/grpc/grpc-dart/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-dart@v3.2.4...v4.0.0) --- updated-dependencies: - dependency-name: built_value dependency-type: direct:production update-type: version-update:semver-minor dependency-group: built_value - dependency-name: built_value_generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: built_value - dependency-name: amplify_lints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: built_value - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: built_value - dependency-name: grpc dependency-type: direct:production update-type: version-update:semver-major dependency-group: built_value ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db95ad0 commit 045b074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/smithy/smithy_codegen/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ dependencies:
1313
aws_signature_v4: any
1414
build_cli_annotations: ^2.0.0
1515
built_collection: ^5.1.1
16-
built_value: ^8.6.0
16+
built_value: ^8.9.2
1717
code_builder: 4.10.0
1818
collection: ^1.15.0
1919
crclib: ^3.0.0
2020
dart_style: ^2.3.2
2121
fixnum: ^1.0.0
22-
grpc: ^3.0.2
22+
grpc: ^4.0.0
2323
html2md: ^1.2.5
2424
jmespath: ^2.0.0
2525
json_annotation: ">=4.9.0 <4.10.0"
2626
meta: ^1.7.0
2727
path: ">=1.8.0 <2.0.0"
28-
protobuf: ^2.0.1
28+
protobuf: ^3.1.0
2929
pub_semver: ^2.1.0
3030
pubspec_parse: ^1.2.0
3131
shelf: ^1.1.0
@@ -37,12 +37,12 @@ dependencies:
3737
yaml_edit: ^2.0.1
3838

3939
dev_dependencies:
40-
amplify_lints: ">=3.0.0 <3.1.0"
40+
amplify_lints: ^3.1.0
4141
build_cli: ^2.1.6
4242
build_runner: ^2.4.9
4343
build_verify: ^3.0.0
4444
build_version: ^2.1.0
45-
built_value_generator: 8.8.1
45+
built_value_generator: 8.9.2
4646
json_serializable: 6.8.0
4747
smithy_test:
4848
path: ../smithy_test

0 commit comments

Comments
 (0)