Skip to content

Commit

Permalink
Bump JsonSchema.Net.Generation in the nuget-deps group
Browse files Browse the repository at this point in the history
Bumps the nuget-deps group with 1 update: [JsonSchema.Net.Generation](https://github.com/json-everything/json-everything).


Updates `JsonSchema.Net.Generation` from 4.6.0 to 5.0.0
- [Commits](json-everything/json-everything@schema-gen-v4.6.0...logic-v5.0.0)

---
updated-dependencies:
- dependency-name: JsonSchema.Net.Generation
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 28bfb6f commit 95a9190
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 @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.110" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.6.0" />
<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" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Sandbox/Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonSchema.Net.Generation" Version="4.6.0" />
<PackageReference Include="JsonSchema.Net.Generation" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 95a9190

Please sign in to comment.