Skip to content

Commit

Permalink
Merge branch 'flutter:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamador authored Dec 15, 2023
2 parents 52d42f0 + 3c38374 commit 858e21b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion analyze/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
platform: 3.1.3

dev_dependencies:
mockito: 5.4.3
mockito: 5.4.4
test_api: 0.6.1
2 changes: 1 addition & 1 deletion app_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dev_dependencies:
fake_async: 1.3.1
flutter_lints: 3.0.1
json_serializable: 6.7.1
mockito: 5.4.3
mockito: 5.4.4
platform: 3.1.3
test: 1.24.9

Expand Down
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev_dependencies:
build_runner: 2.4.7
json_serializable: 6.7.1
flutter_lints: 3.0.1
mockito: 5.4.3
mockito: 5.4.4
test: 1.24.9

builders:
Expand Down
2 changes: 1 addition & 1 deletion cipd_packages/codesign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dev_dependencies:
lints: 3.0.0
test: 1.24.9
test: 1.25.0
dependencies:
archive: 3.4.9
args: 2.4.2
Expand Down
2 changes: 1 addition & 1 deletion cipd_packages/device_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies:
dev_dependencies:
build_runner: 2.4.7
fake_async: 1.3.1
mockito: 5.4.3
mockito: 5.4.4
test: 1.24.9
2 changes: 1 addition & 1 deletion dashboard/lib/service/dev_cocoon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class _PausedCommitStatus {

void complete() {
assert(_pausedStatus != null);
_completer.complete(_pausedStatus);
_completer.complete(_pausedStatus!);
_pausedStatus = null;
}
}
Expand Down
4 changes: 2 additions & 2 deletions dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
firebase_core: 2.24.2 # Rolled by dependabot
fixnum: 1.1.0 # Rolled by dependabot
flutter_app_icons: 0.0.9 # Rolled by dependabot
google_sign_in: 6.2.0 # Rolled by dependabot
google_sign_in: 6.2.1 # Rolled by dependabot
google_sign_in_platform_interface: any # Match google_sign_in
google_sign_in_web: 0.12.3 # Rolled by dependabot
http: 1.1.2 # Rolled by dependabot
Expand All @@ -34,7 +34,7 @@ dev_dependencies:
sdk: flutter
build_runner: 2.4.7 # Rolled by dependabot
flutter_lints: 3.0.1 # Rolled by dependabot
mockito: 5.4.3 # Remember to run ./regen_mocks.sh!
mockito: 5.4.4 # Remember to run ./regen_mocks.sh!
path: any # Match Flutter SDK

flutter:
Expand Down
2 changes: 1 addition & 1 deletion licenses/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
platform: 3.1.3

dev_dependencies:
mockito: 5.4.3
mockito: 5.4.4
test_api: 0.6.1

0 comments on commit 858e21b

Please sign in to comment.