Skip to content

Commit

Permalink
maint(deps): bump System.Text.Json from 7.0.2 to 7.0.3 (#360)
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.2
to 7.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 7.0.3</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v7.0.3">Release</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/0a2bda10e81d901396c3cff95533529e3a93ad47"><code>0a2bda1</code></a>
Merged PR 29014: Disable source build for 7.0 in official and revert PR
disab...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/90768a2cc7d79d1402dc1e46718d6368f7e1850c"><code>90768a2</code></a>
Merged PR 29008: Disable source-build leg for 7.0.</li>
<li><a
href="https://github.com/dotnet/runtime/commit/1675784a0dfd5ea73faec609712ee1be3c8b4882"><code>1675784</code></a>
Merged PR 28999: Do not set up nuget sources for source build</li>
<li><a
href="https://github.com/dotnet/runtime/commit/8b3d9625d9967c5ba82a19e8c677ff6ee2dd8f7f"><code>8b3d962</code></a>
Merged PR 28849: Updated Microsoft.Diasymreader.Native to
16.11.23-beta.1</li>
<li><a
href="https://github.com/dotnet/runtime/commit/153136d3515bc5e25090bf27530c64fa6ea1c236"><code>153136d</code></a>
Merge in 'release/7.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/7db1c3333302d4d5ac97a5cfb28e88e5c2cde968"><code>7db1c33</code></a>
Fix multiple dumps from being generated (<a
href="https://redirect.github.com/dotnet/runtime/issues/80708">#80708</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/de2e2285d8f4bb9140707297f86f67a35670a803"><code>de2e228</code></a>
Merge in 'release/7.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c8a73afdf24cd1182b19c8b7ead209a798edf893"><code>c8a73af</code></a>
[release/7.0] TarReader should dispose underlying stream if leaveOpen is
fals...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/aa2fe3a15327d18dea97fbb2bfea308713b3a9a1"><code>aa2fe3a</code></a>
Merge in 'release/7.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/53593111dc016e802b9f4a09c674fdb1aba58e40"><code>5359311</code></a>
Remove ConcurrentDictionary from the shared JsonSerializerOptions cache
imple...</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v7.0.2...v7.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=7.0.2&new-version=7.0.3)](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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Goldsmth <[email protected]>
  • Loading branch information
dependabot[bot] and MikeGoldsmith authored Feb 27, 2024
1 parent 22cf295 commit 058595e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 058595e

Please sign in to comment.