Skip to content

Commit

Permalink
Bump System.Text.Json from 8.0.2 to 8.0.3 (#575)
Browse files Browse the repository at this point in the history
* Bump System.Text.Json from 8.0.2 to 8.0.3

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v8.0.3)

Signed-off-by: Thomas Farr <[email protected]>

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit daae8d1)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Apr 1, 2024
1 parent 2b94a2e commit c8190a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Dependencies
- Bumps `System.Text.Json` from 8.0.1 to 8.0.2
- Bumps `System.Text.Json` from 8.0.1 to 8.0.3
- Bumps `Argu` from 6.2.1 to 6.2.2

## [1.7.0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

</Project>

0 comments on commit c8190a6

Please sign in to comment.