Skip to content

Commit

Permalink
build(deps): bump the dependencies group in /server with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /server with 2 updates: [BetterStack.Logs.Serilog](https://github.com/BetterStackHQ/logs-client-serilog) and [Verify.Xunit](https://github.com/VerifyTests/Verify).


Updates `BetterStack.Logs.Serilog` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/BetterStackHQ/logs-client-serilog/releases)
- [Commits](BetterStackHQ/logs-client-serilog@v1.0.0...v1.1.0)

Updates `Verify.Xunit` from 26.2.0 to 26.3.1
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@26.2.0...26.3.1)

---
updated-dependencies:
- dependency-name: BetterStack.Logs.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 7bd3d51 commit a6c775f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/Emma.Server/Emma.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copy SourceFiles="$(ProjectDir)Swagger/backend_api.yaml" DestinationFolder="$(ProjectDir)../../../app/swagger" />
</Target>
<ItemGroup>
<PackageReference Include="BetterStack.Logs.Serilog" Version="1.0.0" />
<PackageReference Include="BetterStack.Logs.Serilog" Version="1.1.0" />
<PackageReference Include="crozone.AsyncResetEvents" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit a6c775f

Please sign in to comment.