Skip to content

Update deps across many packages #4764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ^3.7.0

dependencies:
appengine: 0.13.10
appengine: 0.13.11
args: ^2.6.0
buildbucket:
path: ../packages/buildbucket-dart
Expand All @@ -25,10 +25,10 @@ dependencies:
dbcrypt: 2.0.0
file: ^7.0.1
fixnum: 1.1.1
gcloud: 0.8.18
gcloud: 0.8.19
github: 9.25.0
googleapis: 13.2.0
googleapis_auth: 1.6.0
googleapis: 14.0.0
googleapis_auth: 2.0.0
gql: ^1.0.1-alpha+1730759315362
graphql: ^5.2.1
grpc: ^4.0.1
Expand Down
6 changes: 3 additions & 3 deletions auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ environment:
sdk: ^3.7.0

dependencies:
appengine: 0.13.10
appengine: 0.13.11
cocoon_common:
path: ../packages/cocoon_common
cocoon_server:
path: ../packages/cocoon_server
corsac_jwt: 1.0.1
crypto: 3.0.6
github: 9.25.0
googleapis: 13.2.0
googleapis_auth: 1.6.0
googleapis: 14.0.0
googleapis_auth: 2.0.0
gql: 1.0.1-alpha+1709845491443
graphql: 5.2.0-beta.10
http: 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion dev/githubanalysis/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:

dependencies:
github: ^9.9.0
http: ^0.13.5
http: ^1.0.0

dev_dependencies:
dart_flutter_team_lints: 3.5.0
4 changes: 2 additions & 2 deletions packages/cocoon_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
cocoon_common:
path: ../cocoon_common
github: ^9.24.0
googleapis: ^13.2.0
googleapis_auth: ^1.6.0
googleapis: 14.0.0
googleapis_auth: 2.0.0
gql: ^1.0.1-alpha+1709845491443
graphql: ^5.2.0-beta.9
http: ^1.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/cocoon_server_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
cocoon_server:
path: ../cocoon_server
github: ^9.24.0
googleapis: ^13.2.0
googleapis: 14.0.0
http: ^1.3.0
matcher: ^0.12.17
mockito: ^5.4.6
Expand Down