Skip to content

Commit

Permalink
Bump System.Text.Json from 8.0.0 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) 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)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Kaliumhexacyanoferrat committed Jan 17, 2024
1 parent 0f97688 commit 015e7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Basics/GenHTTP.Modules.Basics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<PackageReference Include="System.Linq.Async" Version="6.0.1" />

<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

Expand Down
2 changes: 1 addition & 1 deletion Modules/Caching/GenHTTP.Modules.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />

</ItemGroup>

Expand Down

0 comments on commit 015e7ec

Please sign in to comment.