From 82a83b83f1c7bab138f67a4206b51a0bfd7cc01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 12:04:23 +0000 Subject: [PATCH] Bump built_value_generator from 8.12.5 to 8.12.6 in /lib/api_client Bumps [built_value_generator](https://github.com/google/built_value.dart) from 8.12.5 to 8.12.6. - [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.12.5...v8.12.6) --- updated-dependencies: - dependency-name: built_value_generator dependency-version: 8.12.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/api_client/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api_client/pubspec.yaml b/lib/api_client/pubspec.yaml index a1609a9c..92720b81 100644 --- a/lib/api_client/pubspec.yaml +++ b/lib/api_client/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: built_collection: '>=5.1.1 <6.0.0' dev_dependencies: - built_value_generator: '>=8.4.0 <9.0.0' + built_value_generator: ^8.4.0 build_runner: any test: '^1.16.0'