Skip to content

Commit

Permalink
Bump mockito from 5.2.0 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [mockito](https://github.com/dart-lang/mockito) from 5.2.0 to 5.3.2.
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](dart-lang/mockito@5.2.0...5.3.2)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent 246d03e commit 7c6e6e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "39.0.0"
version: "47.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.7.0"
args:
dependency: "direct main"
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: code_builder
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.0"
version: "4.3.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -252,7 +252,7 @@ packages:
name: mockito
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.0"
version: "5.3.2"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -464,4 +464,4 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.15.0 <3.0.0"
dart: ">=2.17.0 <3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies:

dev_dependencies:
build_runner: ^2.2.0
mockito: 5.2.0
mockito: ^5.2.0
test: ^1.21.4
version_gen: ^1.0.1

0 comments on commit 7c6e6e8

Please sign in to comment.