Skip to content

Commit

Permalink
⬆️ upgrade dependencies (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno authored Jul 12, 2024
1 parent 84d6690 commit 4e33779
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="Bogus" Version="35.5.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.5.0" />
<PackageReference Include="Bogus" Version="35.5.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="Bogus" Version="35.5.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="SystemTextJsonPatch" Version="3.0.1" />
<PackageReference Include="SystemTextJsonPatch" Version="3.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SurrealDb.Net.Benchmarks/SurrealDb.Net.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="Bogus" Version="35.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SurrealDb.Net.LiveQuery.Tests/KillTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public async Task ShouldFailToKillInexistantLiveQueryOnWsProtocol()
await func.Should()
.ThrowAsync<SurrealDbException>()
.WithMessage(
"There was a problem with the database: Can not execute KILL statement using id '$id'"
"There was a problem with the database: Can not execute KILL statement using id 'KILL statement uuid did not exist'"
);
}
}
4 changes: 2 additions & 2 deletions SurrealDb.Net.LiveQuery.Tests/LiveQueryTests.Kill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ await liveQueryAlreadyKilledFunc
.Should()
.ThrowAsync<SurrealDbException>()
.WithMessage(
"There was a problem with the database: Can not execute KILL statement using id '$id'"
"There was a problem with the database: Can not execute KILL statement using id 'KILL statement uuid did not exist'"
);
}

Expand Down Expand Up @@ -96,7 +96,7 @@ await liveQueryAlreadyKilledFunc
.Should()
.ThrowAsync<SurrealDbException>()
.WithMessage(
"There was a problem with the database: Can not execute KILL statement using id '$id'"
"There was a problem with the database: Can not execute KILL statement using id 'KILL statement uuid did not exist'"
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="6.0.1" />
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
<PackageReference Include="SystemTextJsonPatch" Version="3.0.1" />
<PackageReference Include="SystemTextJsonPatch" Version="3.2.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="Bogus" Version="35.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SurrealDb.Net.Tests/SurrealDb.Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Semver" Version="2.3.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
Expand Down
6 changes: 3 additions & 3 deletions SurrealDb.Net/SurrealDb.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="Microsoft.Spatial" Version="7.18.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Semver" Version="2.3.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="SystemTextJsonPatch" Version="3.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="SystemTextJsonPatch" Version="3.2.0" />
<PackageReference Include="Websocket.Client" Version="5.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 4e33779

Please sign in to comment.