Skip to content

Commit 850f2aa

Browse files
Bump System.Text.Json from 8.0.3 to 8.0.4
Bumps System.Text.Json from 8.0.3 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 937982e commit 850f2aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FluentRest.Fake/FluentRest.Fake.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.3" />
7+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
88
</ItemGroup>
99

1010
</Project>

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.3" />
7+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
88
</ItemGroup>
99

1010
</Project>

0 commit comments

Comments
 (0)