Skip to content

Commit

Permalink
deps: bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core), [QuestPDF](https://github.com/QuestPDF/library) and [Hangfire.InMemory](https://github.com/HangfireIO/Hangfire.InMemory).


Updates `System.Linq.Dynamic.Core` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
- [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
- [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.4.0...v1.4.1)

Updates `QuestPDF` from 2024.6.1 to 2024.6.2
- [Release notes](https://github.com/QuestPDF/library/releases)
- [Commits](QuestPDF/QuestPDF@2024.6.1...2024.6.2)

Updates `Hangfire.InMemory` from 0.10.0 to 0.10.3
- [Release notes](https://github.com/HangfireIO/Hangfire.InMemory/releases)
- [Commits](HangfireIO/Hangfire.InMemory@v0.10.0...v0.10.3)

---
updated-dependencies:
- dependency-name: System.Linq.Dynamic.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: QuestPDF
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Hangfire.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent 85796c5 commit ca4835c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.6" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.1" />
<PackageReference Include="Hangfire.Core" Version="1.8.14" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="8.0.6" />
<PackageReference Include="QuestPDF" Version="2024.6.1" />
<PackageReference Include="QuestPDF" Version="2024.6.2" />
<PackageReference Include="Sentry.Serilog" Version="4.7.0" />
<PackageReference Include="Serilog" Version="4.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Fluxor.Blazor.Web" Version="6.0.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.14" />
<PackageReference Include="Hangfire.InMemory" Version="0.10.0" />
<PackageReference Include="Hangfire.InMemory" Version="0.10.3" />
<PackageReference Include="Blazor-Analytics" Version="3.12.0" />

<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
Expand Down

0 comments on commit ca4835c

Please sign in to comment.