Skip to content

Commit

Permalink
build(deps): bump JsonSubTypes and Newtonsoft.Json
Browse files Browse the repository at this point in the history
Bumps [JsonSubTypes](https://github.com/manuc66/JsonSubTypes) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together.

Updates `JsonSubTypes` from 1.5.2 to 2.0.1
- [Release notes](https://github.com/manuc66/JsonSubTypes/releases)
- [Changelog](https://github.com/manuc66/JsonSubTypes/blob/master/CHANGELOG.md)
- [Commits](manuc66/JsonSubTypes@v1.5.2...v2.0.1)

Updates `Newtonsoft.Json` from 13.0.2 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: JsonSubTypes
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 5d2f36f commit 86c37f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TalonOne/TalonOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Contact: [email protected]
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.5.2" />
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="106.15.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
Expand Down

0 comments on commit 86c37f4

Please sign in to comment.