Skip to content

Commit

Permalink
Bump the major-minor-dependencies group across 3 directories with 1 u…
Browse files Browse the repository at this point in the history
…pdate

Bumps the major-minor-dependencies group with 1 update in the /backend/ILSpyX.Backend directory: [Serilog](https://github.com/serilog/serilog).
Bumps the major-minor-dependencies group with 1 update in the /backend/ILSpyX.Backend.LSP directory: [Serilog](https://github.com/serilog/serilog).
Bumps the major-minor-dependencies group with 1 update in the /backend/ILSpyX.Backend.Tests directory: [Serilog](https://github.com/serilog/serilog).


Updates `Serilog` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.2...v4.1.0)

Updates `Serilog` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.2...v4.1.0)

Updates `Serilog` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-minor-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-minor-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Rpinski committed Nov 10, 2024
1 parent 7638aa7 commit 284513c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/ILSpyX.Backend.LSP/ILSpyX.Backend.LSP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="ICSharpCode.ILSpyX" Version="8.2.0.7535" />
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
<PackageReference Include="OmniSharp.Extensions.LanguageServer" Version="0.19.9" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion backend/ILSpyX.Backend/ILSpyX.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
<PackageReference Include="OmniSharp.Extensions.LanguageServer" Version="0.19.9" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
Expand Down

0 comments on commit 284513c

Please sign in to comment.