diff --git a/examples/googleapis/pubspec.yaml b/examples/googleapis/pubspec.yaml index 5334a9fa1c..86323ddb37 100644 --- a/examples/googleapis/pubspec.yaml +++ b/examples/googleapis/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: flutter: sdk: flutter google_sign_in: ^7.2.0 - googleapis: ^16.0.0 + googleapis: ^17.0.0 http: ^1.6.0 diff --git a/examples/ui/navigation/pubspec.yaml b/examples/ui/navigation/pubspec.yaml index ed2f016a83..29c189d771 100644 --- a/examples/ui/navigation/pubspec.yaml +++ b/examples/ui/navigation/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - go_router: ^17.5.0 + go_router: ^18.0.0 flutter: uses-material-design: true