Skip to content

Commit dd5c276

Browse files
Bump the ms-dependencies group with 3 updates (#768)
Bumps the ms-dependencies group with 3 updates: [Microsoft.AspNetCore.WebUtilities](https://github.com/dotnet/aspnetcore), [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). Updates `Microsoft.AspNetCore.WebUtilities` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.8...v8.0.10) Updates `Microsoft.Extensions.Http` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `System.Text.Json` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.WebUtilities dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-dependencies - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-dependencies - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd797ce commit dd5c276

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NGitLab.Tests/NGitLab.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<ItemGroup>
1313
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
1414
<PackageReference Include="Meziantou.Framework.Versioning" Version="1.3.4" />
15-
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.8" />
16-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
15+
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.10" />
16+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.47.0" />
1919
<PackageReference Include="NuGet.Versioning" Version="6.11.1" />
@@ -25,7 +25,7 @@
2525
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2626
<PackageReference Include="NSubstitute" Version="5.1.0" />
2727
<PackageReference Include="Polly" Version="8.4.2" />
28-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
28+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2929
<PackageReference Include="coverlet.collector" Version="6.0.2">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

NGitLab/NGitLab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
16+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)