Skip to content

Commit

Permalink
fix(dotnet): bump Swashbuckle.AspNetCore in /dotnet/iwebapiproject (i…
Browse files Browse the repository at this point in the history
…ntility#57)

Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.2.2...v6.2.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2021
1 parent 5843682 commit b27abd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/iwebapiproject/Company.WebApplication1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0"/>
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="4.5.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.18.0"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3"/>
<PackageReference Include="Intility.Logging.AspNetCore" Version="1.0.3"/>
<PackageReference Include="Intility.Extensions.Logging.Elasticsearch" Version="1.0.3"/>
<PackageReference Include="Intility.Extensions.Logging.Sentry" Version="1.0.3"/>
Expand Down

0 comments on commit b27abd2

Please sign in to comment.