Skip to content

Commit

Permalink
fix: Bumped System.Text.Json (#3704)
Browse files Browse the repository at this point in the history
* bumped system.text.json

* Update CHANGELOG.md

---------

Co-authored-by: James Crosswell <[email protected]>
  • Loading branch information
bitsandfoxes and jamescrosswell authored Oct 24, 2024
1 parent 73fed14 commit b390a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Bump CLI from v2.37.0 to v2.38.0 ([#3702](https://github.com/getsentry/sentry-dotnet/pull/3702))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2380)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.0)
- Bumped `System.Text.Json` from v6.0.8 to v6.0.10 ([#3704](https://github.com/getsentry/sentry-dotnet/pull/3704))

## 4.12.1

Expand Down
2 changes: 1 addition & 1 deletion src/Sentry/Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<!-- Ensure at least version 6 of System.Text.Json so we have JsonSerializationContext available -->
<ItemGroup Condition="!$(TargetFramework.StartsWith('net6')) and !$(TargetFramework.StartsWith('net7')) and !$(TargetFramework.StartsWith('net8'))">
<PackageReference Include="System.Text.Json" Version="6.0.8" >
<PackageReference Include="System.Text.Json" Version="6.0.10" >
<!--
Ignoring the vulnerability warning: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
The app can/should pin to the latest version. We will bump once a patch on v6 (still LTS until Nov 24) is out
Expand Down

0 comments on commit b390a49

Please sign in to comment.