Skip to content

Commit

Permalink
Bump the all-packages group across 1 directory with 3 updates (#171)
Browse files Browse the repository at this point in the history
* Bump the all-packages group across 1 directory with 3 updates

Bumps the all-packages group with 3 updates in the /UKHO.D365CallbackDistributorStub.API directory: [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter), [Azure.Core](https://github.com/Azure/azure-sdk-for-net) and [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore).


Updates `NUnit3TestAdapter` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.5.0...V4.6.0)

Updates `Azure.Core` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Core_1.40.0...Azure.Core_1.42.0)

Updates `Swashbuckle.AspNetCore` from 6.6.2 to 6.7.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove unused suppressions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HugoBurgess <[email protected]>
  • Loading branch information
dependabot[bot] and HugoBurgess authored Aug 6, 2024
1 parent 98bf3f4 commit e931a0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 41 deletions.
43 changes: 5 additions & 38 deletions NVDSuppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">

<suppress>
<notes>
<![CDATA[
Expand Down Expand Up @@ -35,7 +34,6 @@
<cpe>cpe:/a:microsoft:azure_sdk_for_.net</cpe>
<cve>CVE-2023-36052</cve>
</suppress>

<suppress>
<notes>
<![CDATA[
Expand Down Expand Up @@ -234,7 +232,6 @@
<cpe>cpe:/a:microsoft:azure_identity_sdk</cpe>
<cve>CVE-2023-36052</cve>
</suppress>

<suppress>
<notes>
<![CDATA[
Expand Down Expand Up @@ -367,16 +364,6 @@
<cpe>cpe:/a:tasks:tasks</cpe>
<cve>CVE-2020-22475</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
file name: System.Threading.Tasks.Dataflow:4.8.0
file name: System.Threading.Tasks.Dataflow:4.9.0
]]>
</notes>
<packageUrl regex="true">^pkg:nuget/System\.Threading\.Tasks\.Dataflow@.*$</packageUrl>
<cve>CVE-2022-39349</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
Expand Down Expand Up @@ -455,7 +442,6 @@
<cpe>cpe:/a:microsoft:web_applications</cpe>
<cve>CVE-2017-11826</cve>
</suppress>

<suppress>
<notes>
<![CDATA[
Expand Down Expand Up @@ -491,10 +477,12 @@
<cve>CVE-2021-1721</cve>
</suppress>
<suppress>
<notes><![CDATA[
<notes>
<![CDATA[
file name: Microsoft.AspNetCore.Hosting.dll
]]></notes>
<packageUrl regex="true">^pkg:generic/Microsoft\.AspNetCore\.Hosting@.*$</packageUrl>
]]>
</notes>
<packageUrl regex="true">^pkg:generic/Microsoft\.AspNetCore\.Hosting@.*$</packageUrl>
<cpe>cpe:/a:microsoft:web_applications</cpe>
<cve>CVE-2017-11826</cve>
</suppress>
Expand Down Expand Up @@ -582,26 +570,6 @@
<cve>CVE-2021-26423</cve>
<cve>CVE-2021-1721</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
file name: Microsoft.Extensions.Hosting.Abstractions.dll
]]>
</notes>
<packageUrl regex="true">^pkg:generic/Microsoft\.Extensions\.Hosting\.Abstractions@.*$</packageUrl>
<cpe>cpe:/a:microsoft:.net_core</cpe>
<cve>CVE-2021-26423</cve>
<cve>CVE-2021-1721</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
file name: Microsoft.Net.Http.Headers.dll
]]>
</notes>
<packageUrl regex="true">^pkg:generic/Microsoft\.Net\.Http\.Headers@.*$</packageUrl>
<cpe>cpe:/a:microsoft:.net_core</cpe>
</suppress>
<suppress>
<notes>
<![CDATA[
Expand All @@ -613,5 +581,4 @@
<cve>CVE-2020-22475</cve>
<cve>CVE-2022-39349</cve>
</suppress>

</suppressions>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PackageReference>
<PackageReference Include="FakeItEasy" Version="8.3.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.40.0" />
<PackageReference Include="Azure.Core" Version="1.42.0" />
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>

</Project>

0 comments on commit e931a0b

Please sign in to comment.