Skip to content

Commit 46e07ba

Browse files
author
Yeming Liu
committed
Bump Microsoft.PowerShell.SDK and System.Management.Automation versions to 7.2.3 in multiple projects
1 parent 192a774 commit 46e07ba

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor.SourceGenerator/Az.Tools.Predictor.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<!-- The generator projects specific dependencies needs to be added to PackageReference and TargetPathWithTargetPlatformMonikor -->
3131

3232
<ItemGroup>
33-
<PackageReference Include="System.Text.Json" Version="6.0.0" GeneratePathProperty="true" PrivateAssets="all"/>
33+
<PackageReference Include="System.Text.Json" Version="6.0.10" GeneratePathProperty="true" PrivateAssets="all"/>
3434
</ItemGroup>
3535

3636
<PropertyGroup>

tools/Az.Tools.Predictor/Az.Tools.Predictor.Test/Az.Tools.Predictor.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- But it's excluding content files to reduce the size of the module. The content files are not needed since they're in the runtime (PowerShell)
2929
- The content files are needed to set up the runspace to parse the command line. So we need to include them when we run the unit tests.
3030
-->
31-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
31+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.3" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For more information on Az Predictor, please visit the following: https://aka.ms
2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
2525
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.62-preview" />
26-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0">
26+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.3">
2727
<ExcludeAssets>contentFiles</ExcludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="System.Management.Automation" Version="7.2.0">
29+
<PackageReference Include="System.Management.Automation" Version="7.2.3">
3030
<ExcludeAssets>contentFiles</ExcludeAssets>
3131
</PackageReference>
3232
</ItemGroup>

tools/Az.Tools.Predictor/Az.Tools.Predictor/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated dependencies to address security vulnerabilities
2122

2223
## Version 1.1.3
2324
* Updated data collection mechanism

tools/Az.Tools.Predictor/MockPSConsole/MockPSConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
12-
<PackageReference Include="System.Management.Automation" Version="7.2.0" />
11+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.3" />
12+
<PackageReference Include="System.Management.Automation" Version="7.2.3" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)