Skip to content

Commit 33fe6e8

Browse files
SNOW-1463590 Bump BouncyCastle.Cryptography dependency to 2.3.1 (#964)
### Description SNOW-1463590 Bump BouncyCastle.Cryptography dependency to 2.3.1 ### Checklist - [x] Code compiles correctly - [x] Code is formatted according to [Coding Conventions](../blob/master/CodingConventions.md) - [x] Created tests which fail without the change (if possible) - [x] All tests passing (`dotnet test`) - [x] Extended the README / documentation, if necessary - [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
1 parent 2119080 commit 33fe6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snowflake.Data/Snowflake.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
3030
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3131
<PackageReference Include="log4net" Version="2.0.12" />
32-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
32+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
3333
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
3434
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)