Skip to content
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

Bump dependencies to get System.Text.Json 8.0.5 #1161

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Oct 25, 2024

Fix #1160.

System.Text.Json 8.0.4 has a vulnerability that dotnet restore is warning about. I ran dotnet nuget why LexData.csproj System.Text.Json and found which packages had System.Text.Json 8.0.4 as a transient dependency. This PR bumps those packages to the version that pulls in a later System.Text.Json version.

System.Text.Json 8.0.4 has a vulnerability that `dotnet restore` is
warning about. I ran `dotnet nuget why LexData.csproj System.Text.Json`
and found which packages had System.Text.Json 8.0.4 as a transient
dependency. This commit bumps those packages to the version that pulls
in a later System.Text.Json version.
@rmunn rmunn added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@rmunn rmunn requested a review from hahn-kev October 25, 2024 02:48
@rmunn rmunn self-assigned this Oct 25, 2024
Copy link

github-actions bot commented Oct 25, 2024

C# Unit Tests

75 tests   75 ✅  5s ⏱️
13 suites   0 💤
 1 files     0 ❌

Results for commit 926a052.

♻️ This comment has been updated with latest results.

@rmunn rmunn enabled auto-merge (squash) October 25, 2024 03:19
@rmunn rmunn merged commit ebe59ed into develop Oct 25, 2024
13 checks passed
@rmunn rmunn deleted the chore/bump-dependencies-for-system-text-json branch October 25, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler warnings about System.Text.Json vulnerability
2 participants