Skip to content

Commit

Permalink
Merge pull request Crown-Commercial-Service#116 from Crown-Commercial…
Browse files Browse the repository at this point in the history
…-Service/feature/Task-5778-Snyk-alerts-Notification-API

Snyk issue resolved
  • Loading branch information
ponselvamsakthivel-bc authored May 24, 2023
2 parents b58739d + e88da03 commit f86427b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion Ccs.Ppg.Utility.Cache/Ccs.Ppg.Utility.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Npgsql" Version="6.0.4" />
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f86427b

Please sign in to comment.