Skip to content

Commit

Permalink
BouncyCastle: update for security
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Aug 6, 2024
1 parent fa2a813 commit e684e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExtLibs/GMap.NET.Core/GMap.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<EmbeddedResource Remove="Resources\Resource1.resx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="GMap.NET.ObjectModel\ObservableCollection.cs" />
Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/px4uploader/px4uploader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<Version>0.9.7</Version>
</PackageReference>
<PackageReference Include="BouncyCastle.Cryptography">
<Version>2.0.0</Version>
<Version>2.4.0</Version>
</PackageReference>
<PackageReference Include="Crc32.NET">
<Version>1.2.0</Version>
Expand Down

0 comments on commit e684e94

Please sign in to comment.