Skip to content

Commit 994b474

Browse files
srawlinsCommit Queue
authored andcommitted
analysis_server_plugin: Bump versions of dependencies
Change-Id: I6f4a04732ef8ad5af178ea64b1ab259c891ea451 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405541 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent f2c9bda commit 994b474

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkg/analysis_server/lib/src/plugin2/analyzer_version.g.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
/// The version of the analyzer_plugin package that matches the analyzer_plugin
1111
/// code used by the analysis_server package.
12-
var analyzerPluginVersion = '0.12.0';
12+
var analyzerPluginVersion = '0.13.0';
1313

1414
/// The version of the analyzer package that matches the analyzer code used by
1515
/// the analysis_server package.
16-
var analyzerVersion = '7.0.0';
16+
var analyzerVersion = '7.2.0';

pkg/analysis_server_plugin/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ environment:
77
sdk: '>=3.3.0 <4.0.0'
88

99
dependencies:
10-
_fe_analyzer_shared: ^77.0.0
11-
analyzer: ^7.0.0
12-
analyzer_plugin: ^0.12.0
10+
_fe_analyzer_shared: ^79.0.0
11+
analyzer: ^7.2.0
12+
analyzer_plugin: ^0.13.0
1313
meta: ^1.16.0
1414

1515
# Use 'any' constraints here; we get our versions from the DEPS file.

0 commit comments

Comments
 (0)