Skip to content

Commit e42675c

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /test/FluentRest.Tests
Bumps [System.Text.Json](https://github.com/dotnet/runtime) 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: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9af41e7 commit e42675c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FluentRest/FluentRest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
7+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
88
</ItemGroup>
99

1010
</Project>

test/FluentRest.Tests/FluentRest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1717
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
19-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
19+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2020
<PackageReference Include="Testcontainers" Version="3.9.0" />
2121
<PackageReference Include="XUnit.Hosting" Version="1.7.1" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

0 commit comments

Comments
 (0)