Skip to content

Commit

Permalink
build(deps): bump Serilog.Enrichers.ClientInfo in /oauth-server/src/API
Browse files Browse the repository at this point in the history
Bumps [Serilog.Enrichers.ClientInfo](https://github.com/serilog-contrib/serilog-enrichers-clientinfo) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/serilog-contrib/serilog-enrichers-clientinfo/releases)
- [Commits](serilog-contrib/serilog-enrichers-clientinfo@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: Serilog.Enrichers.ClientInfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 267f140 commit 90884f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth-server/src/API/OAuthServer/OAuthServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.7" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.1.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.1.1" />
<PackageReference Include="Serilog.Enrichers.CorrelationId" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Process" Version="3.0.0" />
Expand Down

0 comments on commit 90884f2

Please sign in to comment.