Skip to content

Commit

Permalink
chore(deps): update dependency documentformat.openxml to 3.1.1 (#1936)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 5968967 commit f5d1efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Whipstaff.AspNetCore/Whipstaff.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Audit.NET" Version="27.0.3" />
<PackageReference Include="Audit.WebApi.Core" Version="27.0.3" />
<PackageReference Include="Ben.BlockingDetector" Version="0.0.4" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
<PackageReference Include="DynamicData" Version="9.0.4" />
<PackageReference Include="Exceptionless.AspNetCore" Version="6.0.4" />
<PackageReference Include="Exceptionless.Extensions.Logging" Version="6.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whipstaff.OpenXml/Whipstaff.OpenXml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
<PackageReference Include="MediatR" Version="12.4.1" />
</ItemGroup>

Expand Down

0 comments on commit f5d1efc

Please sign in to comment.