From 5a9f973e91c4b3daff64dedbebeddbffb318d52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= <34892635+fa0311@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:06:29 +0900 Subject: [PATCH] [dart-dio] Fix the version of the sample dependencies (#20797) * [dart-dio] Fix the version of the sample dependencies * update --------- Co-authored-by: William Cheng --- .../dart-dio/petstore_client_lib_fake_tests/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/pubspec.yaml b/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/pubspec.yaml index 5b4ebb1c5c0..91bb5d68e7a 100644 --- a/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/pubspec.yaml +++ b/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/pubspec.yaml @@ -10,7 +10,7 @@ environment: dev_dependencies: built_collection: 5.1.1 built_value: 8.4.3 - dio: 5.2.1 + dio: ^5.7.0 http_mock_adapter: 0.4.2 mockito: 5.2.0 openapi: