From fda376648d2b598a0486994177ace7ae06cec3b0 Mon Sep 17 00:00:00 2001 From: Lzyct Date: Mon, 28 Jul 2025 21:35:33 +0800 Subject: [PATCH] fix: bump firebase_database and mockito dependencies --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 998374f..54b1237 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,8 +16,8 @@ dependencies: sdk: flutter flutter_test: sdk: flutter - firebase_database: ^11.3.9 - mockito: ^5.4.6 + firebase_database: ^12.0.0 + mockito: ^5.5.0 firebase_core_platform_interface: ^6.0.0 dev_dependencies: