-
Notifications
You must be signed in to change notification settings - Fork 860
Bump System.Text.Json to 8.0.4 #5787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -10,7 +10,7 @@ | |||
<PackageVersion Include="OpenTelemetry.API" Version="1.7.0" /> | |||
|
|||
<!-- Compatibility --> | |||
<PackageVersion Include="System.Text.Json" Version="$(SystemVersion)" /> | |||
<PackageVersion Include="System.Text.Json" Version="8.0.4" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a comment to bring back SystemVersion
after we upgrade to the latest .NET?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually SystemVersion
seems to block dependabot and dotnet updated
, maybe we shouldn't use it...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh. Maybe? No idea what's going to happen after .NET 9 GA though. Is it going to try and update npgsql 8 dependencies to .NET9?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so... We'll see :)
(cherry picked from commit a9bfb4a)
|
@roji by chance, do you have any estimate on when Npgsql 8.0.4 will be released that contains this fix? Thank you. |
We really should do it soon - there are some pending bug fixes we wanted to get in, but we really shouldn't delay too much for them. I'll talk to the other members. |
(cherry picked from commit a9bfb4a)
Backported to 8.0.4 via 2cca021 |
Because of GHSA-hh2w-p6rv-4g7w