diff --git a/contact/pubspec.yaml b/contact/pubspec.yaml index 481fe729a..f6ac6872b 100644 --- a/contact/pubspec.yaml +++ b/contact/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: equatable: 2.0.3 - json_annotation: 4.4.0 + json_annotation: 4.5.0 jmap_dart_client: git: @@ -30,9 +30,9 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.0 - build_runner: 2.1.7 + build_runner: 2.1.11 - json_serializable: 6.1.4 + json_serializable: 6.2.0 mockito: 5.0.17 # For information on the generic Dart part of this file, see the diff --git a/model/pubspec.yaml b/model/pubspec.yaml index d52d8d02a..d05875f6f 100644 --- a/model/pubspec.yaml +++ b/model/pubspec.yaml @@ -52,7 +52,7 @@ dependencies: uri: 1.0.0 # json_annotation - json_annotation: 4.4.0 + json_annotation: 4.5.0 # http_parser http_parser: 4.0.0 @@ -64,9 +64,9 @@ dev_dependencies: flutter_test: sdk: flutter - build_runner: 2.1.7 + build_runner: 2.1.11 - json_serializable: 6.1.4 + json_serializable: 6.2.0 analyzer: 3.2.0 # For information on the generic Dart part of this file, see the diff --git a/pubspec.yaml b/pubspec.yaml index b048fc1ab..df529a81e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -167,7 +167,7 @@ dev_dependencies: flutter_test: sdk: flutter - build_runner: 2.1.7 + build_runner: 2.1.11 mockito: 5.0.17