Skip to content

Commit 924591a

Browse files
deps: bump Newtonsoft.Json from 13.0.2 to 13.0.3
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.2 to 13.0.3. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.2...13.0.3) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9472901 commit 924591a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/Notion.Client/Notion.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
22+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2323
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />

Test/Notion.UnitTests/Notion.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1212
<PackageReference Include="Microsoft.VisualStudio.VsixColorCompiler" Version="17.11.35325.10" />
13-
<PackageReference Include="WireMock.Net" Version="1.4.19" />
13+
<PackageReference Include="WireMock.Net" Version="1.5.31" />
1414
<PackageReference Include="xunit" Version="2.4.1" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)