Bump analyzer to support 5.0.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd0e250..2fb4151 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 5.3.2
+
+* Support analyzer 5.0.0.
+
 ## 5.3.1
 
 * Fix analyzer and code_builder dependencies.
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 984dcec..cc93276 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1 +1 @@
-const packageVersion = '5.3.1';
+const packageVersion = '5.3.2';
diff --git a/pubspec.yaml b/pubspec.yaml
index bf79148..df10468 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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.
@@ -9,7 +9,7 @@
   sdk: '>=2.17.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.3.0
   collection: ^1.15.0