Skip to content

Commit

Permalink
Merge pull request #1348 from lahma/upgrade-bouncy-castle-crypto
Browse files Browse the repository at this point in the history
Upgrade BouncyCastle.Cryptography to version 2.3.1
  • Loading branch information
tonyqus committed May 16, 2024
2 parents 20a5569 + a78b016 commit e00c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/NPOI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="ExtendedNumerics.BigDecimal" Version="2025.1000.2.122" />
<PackageReference Include="MathNet.Numerics.Signed" Version="5.0.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
Expand Down

0 comments on commit e00c0ea

Please sign in to comment.