From 18a4342dd1dd303dce06a15f4c51673640e6617b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 18:32:09 +1000 Subject: [PATCH] Bump built_value from 8.2.2 to 8.2.3 in /jsonexample (#1173) Bumps [built_value](https://github.com/google/built_value.dart) from 8.2.2 to 8.2.3. - [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.2.2...v8.2.3) --- updated-dependencies: - dependency-name: built_value dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- jsonexample/pubspec.lock | 2 +- jsonexample/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonexample/pubspec.lock b/jsonexample/pubspec.lock index 5f3e0b865..d8c39cb80 100644 --- a/jsonexample/pubspec.lock +++ b/jsonexample/pubspec.lock @@ -91,7 +91,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.2.2" + version: "8.2.3" built_value_generator: dependency: "direct dev" description: diff --git a/jsonexample/pubspec.yaml b/jsonexample/pubspec.yaml index e115d5fa4..6d06bdb64 100644 --- a/jsonexample/pubspec.yaml +++ b/jsonexample/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: json_annotation: ^4.5.0 built_collection: ^5.0.0 - built_value: ^8.2.2 + built_value: ^8.2.3 flutter: sdk: flutter