Skip to content

Commit

Permalink
.Net: Bump System.Text.Json from 8.0.1 to 8.0.2 in /dotnet (#5180)
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.1
to 8.0.2.
<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.2</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v8.0.2">Release</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/1381d5ebd2ab1f292848d5b19b80cf71ac332508"><code>1381d5e</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c987e4f902859d4f80a24b45c5b2a7e4222b6c0e"><code>c987e4f</code></a>
[release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (<a
href="https://redirect.github.com/dotnet/runtime/issues/97110">#97110</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/441c91dab92ca259db1952ee64f5a7522b12f59b"><code>441c91d</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c93800e8b306e7e60b0c8249ed7bbdd163afacb5"><code>c93800e</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/97065">#97065</a>
from carlossanlop/release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c2d2bb34e9c06dd590851eb70a9e34919b4ffacd"><code>c2d2bb3</code></a>
Merge branch 'release/8.0' into release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/6d35e39f4f249c627c11586f4769361bde0ed62d"><code>6d35e39</code></a>
[release/8.0-staging] UInt64.CreateSaturating&lt;Int128&gt; truncates
instead of sa...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/96b0a55bd51ad3e45609bcf1fa8ab030ce2c27ba"><code>96b0a55</code></a>
[release/8.0-staging] macOS: Set certificate as a dependency of private
key h...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/85c277284219155c42ef32a1c77c12357cb02f5d"><code>85c2772</code></a>
[release/8.0] Fix server-side OCSP stapling on Linux (<a
href="https://redirect.github.com/dotnet/runtime/issues/96838">#96838</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/683da71a303abf737f763416a8b8c09fab8663ed"><code>683da71</code></a>
[release/8.0-staging] Gen0 segment should always be reported as Gen0 for
DacH...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/f9d0a7b6678e667b47833fefd9ae5f32afa49a11"><code>f9d0a7b</code></a>
[release/8.0-staging] Fix Crossgen2 PDB generation (again) (<a
href="https://redirect.github.com/dotnet/runtime/issues/96566">#96566</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2">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.1&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>

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 Feb 27, 2024
1 parent 0e10dd5 commit b1d3de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Memory.Data" Version="8.0.0" />
<PackageVersion Include="System.Numerics.Tensors" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.2" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
<!-- Tokenizers -->
Expand Down

0 comments on commit b1d3de2

Please sign in to comment.