From f451472a0d5c7f258c4b05878aecc462804f9fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 23:17:45 +0000 Subject: [PATCH] Bump built_value from 8.1.4 to 8.2.3 in /jsonexample Bumps [built_value](https://github.com/google/built_value.dart) from 8.1.4 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.1.4...v8.2.3) --- updated-dependencies: - dependency-name: built_value dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jsonexample/pubspec.lock | 4 ++-- jsonexample/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonexample/pubspec.lock b/jsonexample/pubspec.lock index 784beb5482b..6f83c819b68 100644 --- a/jsonexample/pubspec.lock +++ b/jsonexample/pubspec.lock @@ -91,14 +91,14 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.4" + version: "8.2.3" built_value_generator: dependency: "direct dev" description: name: built_value_generator url: "https://pub.dartlang.org" source: hosted - version: "8.1.4" + version: "8.2.3" characters: dependency: transitive description: diff --git a/jsonexample/pubspec.yaml b/jsonexample/pubspec.yaml index 1082542f283..086c2cddf3c 100644 --- a/jsonexample/pubspec.yaml +++ b/jsonexample/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: json_annotation: ^4.0.0 built_collection: ^5.0.0 - built_value: ^8.0.0 + built_value: ^8.2.3 flutter: sdk: flutter