1.17.1 (#3111)

* 1.17.1

* test fix
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae8768d..7702ea0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.17.1
+
+- update to `analyzer` version 3.0
+
 # 1.17.0
 
 - new lint: `unnecessary_late`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 38576bf..ca2313c 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -3,4 +3,4 @@
 // BSD-style license that can be found in the LICENSE file.
 
 /// Package version.  Synchronized w/ pubspec.yaml.
-const String version = '1.17.0';
+const String version = '1.17.1';
diff --git a/pubspec.yaml b/pubspec.yaml
index 8fd0dd3..aefb199 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 1.17.0
+version: 1.17.1
 
 description: >-
   The implementation of the lint rules supported by the analyzer framework.
@@ -12,7 +12,7 @@
   sdk: '>=2.12.0 <3.0.0'
 
 dependencies:
-  analyzer: '>=2.8.0 <3.0.0'
+  analyzer: ^3.0.0
   args: ^2.0.0
   collection: ^1.15.0
   glob: ^2.0.0
diff --git a/test/integration/secure_pubspec_urls.dart b/test/integration/secure_pubspec_urls.dart
index 8366850..2a098d2 100644
--- a/test/integration/secure_pubspec_urls.dart
+++ b/test/integration/secure_pubspec_urls.dart
@@ -40,9 +40,10 @@
             '5:13 [lint] The url should only use secure protocols.',
             '15:12 [lint] The url should only use secure protocols.',
             '20:13 [lint] The url should only use secure protocols.',
+            '25:10 [lint] The url should only use secure protocols.',
             '28:12 [lint] The url should only use secure protocols.',
             '32:12 [lint] The url should only use secure protocols.',
-            '1 file analyzed, 7 issues found',
+            '1 file analyzed, 8 issues found',
           ]));
       expect(exitCode, 1);
     });