Skip to content

Commit

Permalink
build(deps): bump itext7.bouncy-castle-adapter and Microsoft.Extensio…
Browse files Browse the repository at this point in the history
…ns.Logging (#965)

Bumps itext7.bouncy-castle-adapter and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `itext7.bouncy-castle-adapter` from 8.0.5 to 9.1.0

Updates `Microsoft.Extensions.Logging` from 9.0.0 to 5.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: itext7.bouncy-castle-adapter
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 61f71fa commit 3fc368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BervProject.MergePDF/BervProject.MergePDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="itext7" Version="8.0.5" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.5" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="9.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 3fc368e

Please sign in to comment.