This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-playground-frontend
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-playground-frontend by 
this push:
     new 3d51ab5b4c7 Fix mockito version
3d51ab5b4c7 is described below

commit 3d51ab5b4c7e2a59c5733c4155c642b7cb92696a
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 23:11:48 2026 +0400

    Fix mockito version
---
 playground/frontend/pubspec.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml
index 2c6e72978a9..aa66d10d504 100644
--- a/playground/frontend/pubspec.yaml
+++ b/playground/frontend/pubspec.yaml
@@ -56,7 +56,7 @@ dev_dependencies:
   flutter_lints: 2.0.1
   flutter_test: { sdk: flutter }
   integration_test: { sdk: flutter }
-  mockito: 5.4.1
+  mockito: ^5.4.1
   playground_components_dev: { path: playground_components_dev }
 
 flutter:

Reply via email to