Skip to content

Commit 02ad6c7

Browse files
committed
Bump analyzer to support 5.0.0
1 parent ef37e87 commit 02ad6c7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.3.2
2+
3+
* Support analyzer 5.0.0.
4+
15
## 5.3.1
26

37
* Fix analyzer and code_builder dependencies.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '5.3.1';
1+
const packageVersion = '5.3.2';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mockito
2-
version: 5.3.1
2+
version: 5.3.2
33
description: >-
44
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
55
behavior verification, and stubbing.
@@ -9,7 +9,7 @@ environment:
99
sdk: '>=2.17.0-0 <3.0.0'
1010

1111
dependencies:
12-
analyzer: '>=4.6.0 <5.0.0'
12+
analyzer: '>=4.7.0 <6.0.0'
1313
build: '>=1.3.0 <3.0.0'
1414
code_builder: ^4.3.0
1515
collection: ^1.15.0

0 commit comments

Comments
 (0)