Skip to content

Commit

Permalink
chore(deps): bump System.Text.Json from 8.0.2 to 8.0.3 (#82)
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.2
to 8.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/runtime/releases">System.Text.Json's
releases</a>.</em></p>
<blockquote>
<h2>.NET 8.0.3</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v8.0.3">Release</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/9f4b1f5d664afdfc80e1508ab7ed099dff210fbd"><code>9f4b1f5</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/62304a6d7085e32672ec988835eab41d89b82e25"><code>62304a6</code></a>
Update dependencies from <a
href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a>
build 20240213.2 (#...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/457dc4941ba960757fb9170cf1b47a93ed5271c9"><code>457dc49</code></a>
[release/8.0] Use the Wix version from arcade (<a
href="https://redirect.github.com/dotnet/runtime/issues/98453">#98453</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/0c7efec09666babeebea1f608c91757b8faccca0"><code>0c7efec</code></a>
[release/8.0] Fix HTTP/2 WebSocket Abort</li>
<li><a
href="https://github.com/dotnet/runtime/commit/49e130721400cf270823e9a3a4ef4b9529ad988e"><code>49e1307</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/659d969ba952668fc56bc7479626439edf04caec"><code>659d969</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/98376">#98376</a>
from vseanreesermsft/internal-merge-8.0-2024-02-13-...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/8a1649e1a968a278a1b44bb9738ed335e5b7af34"><code>8a1649e</code></a>
Merge commit '1381d5ebd2ab1f292848d5b19b80cf71ac332508' into
internal-merge-8...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/fdbcb4a519f80258b3dcb5932b5233738244b013"><code>fdbcb4a</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/3de24efc76d155ad2c97832224d58b79efbd12bd"><code>3de24ef</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/98328">#98328</a>
from carlossanlop/release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/ec1636facedd01fc0ef711a5990667e9bf8520ad"><code>ec1636f</code></a>
Merge branch 'release/8.0' into release/8.0-staging</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v8.0.2...v8.0.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=8.0.2&new-version=8.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 4b970e0 commit aaf2ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extism.Sdk/Extism.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>
</Project>

0 comments on commit aaf2ffe

Please sign in to comment.