Skip to content

Commit 5b22ff7

Browse files
Bump Newtonsoft.Json in /test/Firebase.Storage.IntegrationTests
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69dac6f commit 5b22ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Firebase.Storage/Firebase.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

test/Firebase.Storage.IntegrationTests/Firebase.Storage.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="FirebaseAuthentication.net" Version="3.0.7" />
2929
<PackageReference Include="FluentAssertions" Version="5.3.2" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
31-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
31+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
3232
<PackageReference Include="xunit" Version="2.3.1" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
3434
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />

0 commit comments

Comments
 (0)