From 8bbfb09c9bd2a94adbb97f7f854eaf7bf5ad3faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 06:47:18 +1000 Subject: [PATCH] Bump json_serializable from 6.1.5 to 6.1.6 in /jsonexample (#1088) Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.5...json_serializable-v6.1.6) --- updated-dependencies: - dependency-name: json_serializable 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 784beb548..2f348f37a 100644 --- a/jsonexample/pubspec.lock +++ b/jsonexample/pubspec.lock @@ -262,7 +262,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.1.5" + version: "6.1.6" lints: dependency: transitive description: diff --git a/jsonexample/pubspec.yaml b/jsonexample/pubspec.yaml index 1082542f2..f525eb503 100644 --- a/jsonexample/pubspec.yaml +++ b/jsonexample/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: sdk: flutter build_runner: ^2.0.4 built_value_generator: ^8.0.0 - json_serializable: ^6.1.5 + json_serializable: ^6.1.6 flutter_lints: ^1.0.0 flutter: