Skip to content

Commit

Permalink
Merge #581
Browse files Browse the repository at this point in the history
581: Update vulnerable System.Net.Http.Json to 6.0.2 r=curquiza a=Alirexaa

# Pull Request
This pull request includes a minor update to the `src/Meilisearch/Meilisearch.csproj` file. The change updates the version of the `System.Net.Http.Json` package.

* [`src/Meilisearch/Meilisearch.csproj`](diffhunk://#diff-1a774cbbf1e52e3874ad97c6ae60bf476d271d8ac3dc2bc6c626f47b53a7bed1L25-R25): Updated the `System.Net.Http.Json` package from version `6.0.0` to `6.0.2`.
## Related issue
Fixes #580

## What does this PR do?
- ...

## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ ] Have you read the contributing guidelines?
- [ ] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Alireza Baloochi <[email protected]>
  • Loading branch information
meili-bors[bot] and Alirexaa authored Nov 13, 2024
2 parents 7010b39 + cc84071 commit 4b2d76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meilisearch/Meilisearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4b2d76e

Please sign in to comment.