Support the latest package:analyzer, ready to release test, test_core (#1103)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index 02b38bc..325961e 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.9.3
+
+* Depend on the latest `package:test_core`.
+* Support the latest `package:analyzer`.
+
 ## 1.9.2
 
 * Depend on the latest `package:test_api` and `package:test_core`.
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index 1f389f3..f0a2688 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.9.2
+version: 1.9.3
 author: Dart Team <misc@dartlang.org>
 description: A full featured library for writing and running Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -8,7 +8,7 @@
   sdk: '>=2.2.0 <3.0.0'
 
 dependencies:
-  analyzer: ">=0.36.0 <0.39.0"
+  analyzer: ">=0.36.0 <0.40.0"
   async: ^2.0.0
   boolean_selector: ^1.0.0
   http_multi_server: ^2.0.0
@@ -32,7 +32,7 @@
   yaml: ^2.0.0
   # Use an exact version until the test_api and test_core package are stable.
   test_api: 0.2.9
-  test_core: 0.2.13
+  test_core: 0.2.14
 
 dev_dependencies:
   fake_async: ^1.0.0
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index bcfc5e8..da07e3b 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2.14
+
+* Support the latest `package:analyzer`.
+
 ## 0.2.13
 
 * Depend on the latest `package:test_api`.
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index deb10b6..6d7fab4 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.2.13
+version: 0.2.14
 author: Dart Team <misc@dartlang.org>
 description: A basic library for writing tests and running them on the VM.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
@@ -8,7 +8,7 @@
   sdk: ">=2.2.0 <3.0.0"
 
 dependencies:
-  analyzer: ">=0.36.0 <0.39.0"
+  analyzer: ">=0.36.0 <0.40.0"
   async: ^2.0.0
   args: ^1.4.0
   boolean_selector: ^1.0.0