Skip to content

Commit

Permalink
chore(deps): Bump the built_value group
Browse files Browse the repository at this point in the history
Bumps the built_value group in /packages/aws_common with 3 updates: [built_value](https://github.com/google/built_value.dart), [built_value_generator](https://github.com/google/built_value.dart) and [uuid](https://github.com/Daegalus/dart-uuid).


Updates `built_value` from 8.6.3 to 8.7.0
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](google/built_value.dart@v8.6.3...v8.7.0)

Updates `built_value_generator` from 8.6.1 to 8.7.0
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](google/built_value.dart@v8.6.1...v8.7.0)

Updates `uuid` from 3.0.7 to 4.2.0
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@3.0.7...4.2.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: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 135d7d0 commit 0de678f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aws_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
async: ^2.10.0
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.7.0"
built_value: ^8.6.0
collection: ^1.15.0
http2: ^2.0.0
js: ^0.6.4
Expand All @@ -22,14 +22,14 @@ dependencies:
os_detect: ^2.0.0
path: ^1.8.0
stream_transform: ^2.0.0
uuid: ">=3.0.6 <=3.0.7"
uuid: ">=3.0.6 <5.0.0"

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
build_runner: ^2.4.0
build_test: ^2.1.5
build_web_compilers: ^4.0.0
built_value_generator: 8.6.1
built_value_generator: 8.7.0
json_serializable: 6.7.1
stream_channel: ^2.1.0
test: ^1.22.1

0 comments on commit 0de678f

Please sign in to comment.