Skip to content

Commit 2b72d47

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 0183ba8 commit 2b72d47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Src/Notion.Client/Notion.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<VersionPrefix>4.2.0-preview</VersionPrefix>
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" 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="16.7.1" />
1212
<PackageReference Include="Microsoft.VisualStudio.VsixColorCompiler" Version="16.0.0" />
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="2.4.3">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)