Bump System.Text.Json from 9.0.1 to 9.0.2

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2)

---
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>
This commit is contained in:
dependabot[bot] 2025-02-12 01:11:10 +00:00 committed by Jeremy Pritts
parent 89c4547979
commit 22977bfda8

View File

@ -19,7 +19,7 @@
<ItemGroup> <ItemGroup>
<!-- Generator dependencies --> <!-- Generator dependencies -->
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" PrivateAssets="all" GeneratePathProperty="true" /> <PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Text.Json" Version="9.0.1" PrivateAssets="all" GeneratePathProperty="true" /> <PackageReference Include="System.Text.Json" Version="9.0.2" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup> </ItemGroup>
</Project> </Project>