Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore.Filters from 7.0.6 to 7.0.11
Browse files Browse the repository at this point in the history
Bumps [Swashbuckle.AspNetCore.Filters](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters) from 7.0.6 to 7.0.11.
- [Changelog](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters/blob/master/CHANGELOG.md)
- [Commits](mattfrear/Swashbuckle.AspNetCore.Filters@v7.0.6...v7.0.11)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.Filters
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 6fc2db1 commit 02424c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PdfAValidatorWebApi/PdfAValidatorWebApi.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version Condition="'$(CURRENT_VERSION)' != ''">$(CURRENT_VERSION)</Version>
Expand All @@ -19,7 +19,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="7.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="7.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 02424c7

Please sign in to comment.