Skip to content

Commit

Permalink
Merge pull request #414 from ptr727/dependabot/nuget/develop/JsonSche…
Browse files Browse the repository at this point in the history
…ma.Net.Generation-4.5.0

Bump JsonSchema.Net.Generation from 4.4.0 to 4.5.0
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
2 parents e948156 + 2abba1c commit 3c2b27a
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.72" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.4.0" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="4.0.1" />
<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.4.0" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3c2b27a

Please sign in to comment.