Skip to content

Commit ae773bb

Browse files
Bump Newtonsoft.Json from 13.0.2 to 13.0.3 (#880)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.2 to 13.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JamesNK/Newtonsoft.Json/releases">Newtonsoft.Json's releases</a>.</em></p> <blockquote> <h2>13.0.3</h2> <ul> <li>Fix - Fixed parsed zero decimals losing trailing zeroes</li> <li>Fix - Fixed parsed negative zero double losing negative</li> <li>Fix - Fixed null string being reported as String rather than JTokenType.Null</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/0a2e291c0d9c0c7675d445703e51750363a549ef"><code>0a2e291</code></a> Remove prerelease for 13.0.3</li> <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/4949c66c3a6e3824c1d3eed042a6742fb54d1b1f"><code>4949c66</code></a> Update to 13.0.3-beta1</li> <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/57025815e564d36821acf778e2c00d02225aab35"><code>5702581</code></a> Fix: Null String being reported as String rather than JTokenType.Null (<a href="https://redirect.github.com/JamesNK/Newtonsoft.Json/issues/2796">#2796</a>)</li> <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/c908de3017ee32278c5330f715cef0e9733ce9db"><code>c908de3</code></a> Fix not returning negative double from box cache (<a href="https://redirect.github.com/JamesNK/Newtonsoft.Json/issues/2777">#2777</a>)</li> <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/2afdccdb6374c9452a9c82929e59967aab49b37f"><code>2afdccd</code></a> Fix parsed decimal losing trailing zeroes (<a href="https://redirect.github.com/JamesNK/Newtonsoft.Json/issues/2769">#2769</a>)</li> <li>See full diff in <a href="https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.2...13.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Newtonsoft.Json&package-manager=nuget&previous-version=13.0.2&new-version=13.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4e5521 commit ae773bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Octoshift/Octoshift.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
13-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
13+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1414
<PackageReference Include="Polly" Version="7.2.3" />
1515
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1616
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />

0 commit comments

Comments
 (0)