Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/UKHO.ExternalNotificationSe…
Browse files Browse the repository at this point in the history
…rvice.API/all-packages-d49c2066c9
  • Loading branch information
HugoBurgess authored Aug 22, 2024
2 parents 6a60cef + f651883 commit 1b12442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions NVDSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,6 @@
</notes>
<cve>CVE-2021-26701</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
file name: Microsoft.Azure.WebJobs.Core:3.0.30, Microsoft.Azure.WebJobs.dll
https://dev.azure.com/ukhydro/Abzu/_boards/board/t/Abzu%20Delivery%20Team/Stories/?workitem=68857
]]>
</notes>
<cve>CVE-2022-29149</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -17,7 +17,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.42.0" />
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
</ItemGroup>

</Project>

0 comments on commit 1b12442

Please sign in to comment.