Skip to content

Commit 42ebc3f

Browse files
dependabot[bot]Konstantin
andauthored
Bump AwesomeAssertions from 8.1.0 to 9.1.0 (#127)
* Bump AwesomeAssertions from 8.1.0 to 9.1.0 --- updated-dependencies: - dependency-name: AwesomeAssertions dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * replace fluent with awesome --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Konstantin <[email protected]>
1 parent 39a5333 commit 42ebc3f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ChronoJsonDiffPatchTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="AwesomeAssertions" Version="8.1.0" />
9+
<PackageReference Include="AwesomeAssertions" Version="9.1.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1111
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1212
<PackageReference Include="xunit" Version="2.9.3" />

ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ListPatchingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
2+
using AwesomeAssertions;
23
using ChronoJsonDiffPatch;
3-
using FluentAssertions;
44

55
namespace ChronoJsonDiffPatchTests;
66

ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ShowCaseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
2+
using AwesomeAssertions;
23
using ChronoJsonDiffPatch;
3-
using FluentAssertions;
44

55
namespace ChronoJsonDiffPatchTests;
66

ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainProductTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
2+
using AwesomeAssertions;
23
using ChronoJsonDiffPatch;
3-
using FluentAssertions;
44

55
namespace ChronoJsonDiffPatchTests;
66

ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
2+
using AwesomeAssertions;
23
using ChronoJsonDiffPatch;
3-
using FluentAssertions;
44

55
namespace ChronoJsonDiffPatchTests;
66

ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json;
2+
using AwesomeAssertions;
23
using ChronoJsonDiffPatch;
3-
using FluentAssertions;
44
using Itenso.TimePeriod;
55

66
namespace ChronoJsonDiffPatchTests;

0 commit comments

Comments
 (0)