Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore from 6.7.3 to 6.8.0 in /webapi (microsoft…
Browse files Browse the repository at this point in the history
…#1154)

Bumps
[Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
from 6.7.3 to 6.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore's
releases</a>.</em></p>
<blockquote>
<h2>v6.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Added dependency injection/easy registration for async filters by <a
href="https://github.com/tofi92"><code>@​tofi92</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li>
<li>Improve IncludeXmlComments performance (2) by <a
href="https://github.com/mus65"><code>@​mus65</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li>
<li>Apply ParameterFilters and RequestBodyFilters for WithOpenApi
endpoints by <a
href="https://github.com/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059">domaindrivendev/Swashbuckle.AspNetCore#3059</a></li>
<li>Swagger plugins support by <a
href="https://github.com/jvmlet"><code>@​jvmlet</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li>
<li>Add benchmarks project by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050">domaindrivendev/Swashbuckle.AspNetCore#3050</a></li>
<li>Fix NuGet badge by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064">domaindrivendev/Swashbuckle.AspNetCore#3064</a></li>
<li>SwaggerGen - Improved handling of dictionaries with enum key by <a
href="https://github.com/flarestudiopl"><code>@​flarestudiopl</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li>
<li>Fix typo by <a
href="https://github.com/tom-star119"><code>@​tom-star119</code></a> in
<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li>
<li>Do not fill the RequestBody description with the first parameter of
a… by <a
href="https://github.com/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076">domaindrivendev/Swashbuckle.AspNetCore#3076</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tofi92"><code>@​tofi92</code></a> made
their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li>
<li><a href="https://github.com/mus65"><code>@​mus65</code></a> made
their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li>
<li><a href="https://github.com/jvmlet"><code>@​jvmlet</code></a> made
their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li>
<li><a
href="https://github.com/flarestudiopl"><code>@​flarestudiopl</code></a>
made their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li>
<li><a
href="https://github.com/tom-star119"><code>@​tom-star119</code></a>
made their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c3fd84b97e7b130d8728b82c0d33f0432dafb91e"><code>c3fd84b</code></a>
Fix issues with request body parameters (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3076">#3076</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8b0e8961ce01c8e1495d64f404609b01fb07a7e3"><code>8b0e896</code></a>
Bump github/codeql-action from 3.26.6 to 3.26.7 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3075">#3075</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/537acdd34336df601a94cf40157c1a4aa5c3f3a7"><code>537acdd</code></a>
Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc
(<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3074">#3074</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/520633abd76f92e09b18e9d267ef97e107cd7724"><code>520633a</code></a>
Fix typo (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3073">#3073</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09a12829c60d2c124e96c21e14472b1bc5dcab17"><code>09a1282</code></a>
Improved handling of dictionaries with enum key (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3068">#3068</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1c3b09917069f2cc7a39f3c79515a554975659c8"><code>1c3b099</code></a>
Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3067">#3067</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/5b63e97ca0829dd2a9cbc27ccba670f399e37540"><code>5b63e97</code></a>
Fix NuGet badge</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340572440800b9783acff79716ab2c22cb6273e1"><code>3405724</code></a>
Add benchmarks project (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3050">#3050</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/46c1bc93a714c030124e0bbe39d4f30dc2570dda"><code>46c1bc9</code></a>
Bump github/codeql-action from 3.26.5 to 3.26.6 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3062">#3062</a>)</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e98213db98cb91bc7643de3e84081c7363e3ed4a"><code>e98213d</code></a>
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3063">#3063</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore&package-manager=nuget&previous-version=6.7.3&new-version=6.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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 Sep 26, 2024
1 parent da1e2a9 commit 77a1ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/CopilotChatWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Microsoft.SemanticKernel.Plugins.OpenApi" Version="1.5.0-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Web" Version="1.5.0-alpha" />
<PackageReference Include="SharpToken" Version="2.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 77a1ea4

Please sign in to comment.