Skip to content

Commit

Permalink
Bump the nuget-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the nuget-deps group with 3 updates: [InsaneGenius.Utilities](https://github.com/ptr727/Utilities), [Serilog](https://github.com/serilog/serilog) and [xunit](https://github.com/xunit/xunit).


Updates `InsaneGenius.Utilities` from 3.1.110 to 3.1.113
- [Release notes](https://github.com/ptr727/Utilities/releases)
- [Commits](ptr727/Utilities@3.1.110...3.1.113)

Updates `Serilog` from 4.2.0 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.2.0...v4.2.0)

Updates `xunit` from 2.9.2 to 2.9.3
- [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3)

---
updated-dependencies:
- dependency-name: InsaneGenius.Utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 46d7d37 commit da23fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PlexCleaner/PlexCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.110" />
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.113" />
<PackageReference Include="JsonSchema.Net.Generation" Version="5.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="4.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion PlexCleanerTests/PlexCleanerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit da23fbe

Please sign in to comment.