Skip to content

Commit

Permalink
fix: bump DocumentFormat.OpenXml in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [DocumentFormat.OpenXml](https://github.com/dotnet/Open-XML-SDK).


Updates `DocumentFormat.OpenXml` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/dotnet/Open-XML-SDK/releases)
- [Changelog](https://github.com/dotnet/Open-XML-SDK/blob/main/CHANGELOG.md)
- [Commits](dotnet/Open-XML-SDK@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: DocumentFormat.OpenXml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent c17c2b3 commit 6fed55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileCurator/FileCurator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<ItemGroup>
<PackageReference Include="BigBook" Version="5.1.56" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
<PackageReference Include="MimeKit" Version="4.8.0" />
<PackageReference Include="PdfPig" Version="0.1.9" />
Expand Down

0 comments on commit 6fed55b

Please sign in to comment.