Skip to content

Commit

Permalink
Import #572
Browse files Browse the repository at this point in the history
Bump analyzer to support 5.0.0 with mockito 5.3.2

PiperOrigin-RevId: 477101887
  • Loading branch information
srawlins committed Nov 8, 2022
1 parent f5fd890 commit 13799a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.2

* Support analyzer 5.0.0.

## 5.3.1

* Fix analyzer and code_builder dependencies.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '5.3.1';
const packageVersion = '5.3.2';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mockito
version: 5.3.1
version: 5.3.2
description: >-
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
behavior verification, and stubbing.
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=2.12.0-0 <3.0.0'

dependencies:
analyzer: '>=4.6.0 <5.0.0'
analyzer: '>=4.7.0 <6.0.0'
build: '>=1.3.0 <3.0.0'
code_builder: ^4.2.0
collection: ^1.15.0
Expand Down

0 comments on commit 13799a9

Please sign in to comment.