Skip to content

Commit 6b0907f

Browse files
deps: bump JsonSubTypes and Newtonsoft.Json
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.8.0 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.8.0...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-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e552c7f commit 6b0907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Notion.Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
23-
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
23+
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)