Skip to content

Commit e7f4e10

Browse files
Bump System.Text.Json from 8.0.0 to 9.0.1 (#272)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.1) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MihailsKuzmins <47413092+MihailsKuzmins@users.noreply.github.com>
1 parent 820b4a0 commit e7f4e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MyNihongo.FluentHttp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
30-
<PackageReference Include="System.Text.Json" Version="8.0.0" />
30+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

tests/MyNihongo.FluentHttp.Tests.Integration/MyNihongo.FluentHttp.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="FluentAssertions" Version="[7.2.0]" />
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1515
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />

0 commit comments

Comments
 (0)