Skip to content

Commit f6b9eff

Browse files
Bump Newtonsoft.Json, NuGet.Common and NuGet.Packaging (dotnet#1894)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json), [NuGet.Common](https://github.com/NuGet/NuGet.Client) and [NuGet.Packaging](https://github.com/NuGet/NuGet.Client). These dependencies needed to be updated together. Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.3...13.0.3">compare view</a></li> </ul> </details> <br /> Updates `NuGet.Common` from 6.12.1 to 6.13.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/NuGet/NuGet.Client/commits">compare view</a></li> </ul> </details> <br /> Updates `NuGet.Packaging` from 6.12.1 to 6.13.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/NuGet/NuGet.Client/commits">compare view</a></li> </ul> </details> <br /> 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>
1 parent 65fce7c commit f6b9eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1616
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
1717
<PackageVersion Include="NSubstitute" Version="5.3.0" />
18-
<PackageVersion Include="NuGet.Common" Version="6.12.1" />
19-
<PackageVersion Include="NuGet.Packaging" Version="6.12.1" />
18+
<PackageVersion Include="NuGet.Common" Version="6.13.2" />
19+
<PackageVersion Include="NuGet.Packaging" Version="6.13.2" />
2020
<PackageVersion Include="NuGet.Protocol" Version="6.12.1" />
2121
<PackageVersion Include="NuGet.Resolver" Version="6.12.1" />
2222
<PackageVersion Include="ObjectLayoutInspector" Version="0.1.4" />
2323
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
2424
<PackageVersion Include="Svg" Version="3.4.7" />
2525
<PackageVersion Include="System.CodeDom" Version="8.0.0" />
2626
<PackageVersion Include="System.IO.Packaging" Version="8.0.1" />
27-
<PackageVersion Include="System.Collections.Immutable" Version="7.0.0" />
27+
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
2828
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
2929
<PackageVersion Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
3030
<PackageVersion Include="System.Text.Json" Version="9.0.0" />

0 commit comments

Comments
 (0)