Skip to content

Commit c6f3fd4

Browse files
Bump Microsoft.AspNetCore.Http and System.Text.Encodings.Web
Bumps [Microsoft.AspNetCore.Http](https://github.com/dotnet/aspnetcore) and [System.Text.Encodings.Web](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Http` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/commits) Updates `System.Text.Encodings.Web` from 8.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Http dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc6b453 commit c6f3fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- CVE-2021-26701 -->
1313
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
1414
<!-- CVE-2020-1045 -->
15-
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
15+
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
1616
<!-- CVE-2022-26907 -->
1717
<PackageVersion Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)