aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-12 15:51:48 +0000
committerGitHub <noreply@github.com>2023-01-12 15:51:48 +0000
commit43243db52efba5f7f239a41b685c42209bbf28c2 (patch)
tree56e362f9af6197089a604463ad39a59b13603a3b
parentd8518eb15bca9ffe03fabfce8308db651899c632 (diff)
downloadtimeline-43243db52efba5f7f239a41b685c42209bbf28c2.tar.gz
timeline-43243db52efba5f7f239a41b685c42209bbf28c2.tar.bz2
timeline-43243db52efba5f7f239a41b685c42209bbf28c2.zip
chore(deps): update dependency fluentassertions to v6.9.0
-rw-r--r--BackEnd/Timeline.Tests/Timeline.Tests.csproj2
-rw-r--r--BackEnd/Timeline.Tests/packages.lock.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj
index 5bdc7645..36ee14cb 100644
--- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj
+++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj
@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.2.0" />
- <PackageReference Include="FluentAssertions" Version="6.8.0" />
+ <PackageReference Include="FluentAssertions" Version="6.9.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.1" />
diff --git a/BackEnd/Timeline.Tests/packages.lock.json b/BackEnd/Timeline.Tests/packages.lock.json
index f2338976..d18334c5 100644
--- a/BackEnd/Timeline.Tests/packages.lock.json
+++ b/BackEnd/Timeline.Tests/packages.lock.json
@@ -10,9 +10,9 @@
},
"FluentAssertions": {
"type": "Direct",
- "requested": "[6.8.0, )",
- "resolved": "6.8.0",
- "contentHash": "NfSlAG97wMxS48Ov+wQEhJITdn4bKrgtKrG4sCPrFBVKozpC57lQ2vzsPdxUOsPbfEgEQTMtvCDECxIlDBfgNA==",
+ "requested": "[6.9.0, )",
+ "resolved": "6.9.0",
+ "contentHash": "Z+alhbX6FreF+buZlOpP4jt93wofAdAzyUngcDNHYcuVsDUh/rjIB9WcqXctxffh4XZ3xUG/Ew4UgULSP/kUZg==",
"dependencies": {
"System.Configuration.ConfigurationManager": "4.4.0"
}