Skip to content

Commit 4a26d08

Browse files
Bump the aspnet group with 3 updates
Bumps the aspnet group with 3 updates: [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore), [Microsoft.AspNetCore.WebUtilities](https://github.com/dotnet/aspnetcore) and [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore). Updates `Microsoft.AspNetCore.OpenApi` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4) Updates `Microsoft.AspNetCore.WebUtilities` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4) Updates `Microsoft.AspNetCore.Mvc.Testing` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnet - dependency-name: Microsoft.AspNetCore.WebUtilities dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnet - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56e5d25 commit 4a26d08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

App/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
8-
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
9-
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="9.0.3" />
8+
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
9+
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="9.0.4" />
1010
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.3" />
1111
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.3" />
1212
<PackageVersion Include="Serilog" Version="4.2.0" />

Tests/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.3" />
7+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.4" />
88
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
99
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.1" />
1010
<PackageVersion Include="NSubstitute" Version="5.3.0" />

0 commit comments

Comments
 (0)