Skip to content

Commit

Permalink
chore(deps): update dependency fastendpoints.swagger to 5.32.0 (#1583)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [FastEndpoints.Swagger](https://fast-endpoints.com/)
([source](https://redirect.github.com/FastEndpoints/FastEndpoints)) |
`5.31.0` -> `5.32.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/FastEndpoints.Swagger/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FastEndpoints.Swagger/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FastEndpoints.Swagger/5.31.0/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FastEndpoints.Swagger/5.31.0/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on
Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/digdir/dialogporten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ole Jørgen Skogstad <[email protected]>
  • Loading branch information
renovate[bot] and oskogstad authored Dec 11, 2024
1 parent f9c2c9d commit 40dc4fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/schema/V1/swagger.verified.json
Original file line number Diff line number Diff line change
Expand Up @@ -5853,6 +5853,9 @@
},
"description": "The UUID of the created the dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
},
"204": {
"description": "No Content"
},
"400": {
"content": {
"application/problem\u002Bjson": {
Expand Down Expand Up @@ -6468,6 +6471,9 @@
},
"description": "The UUID of the created the dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
},
"204": {
"description": "No Content"
},
"400": {
"content": {
"application/problem\u002Bjson": {
Expand Down Expand Up @@ -6825,6 +6831,9 @@
},
"description": "The UUID of the created the dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
},
"204": {
"description": "No Content"
},
"400": {
"content": {
"application/problem\u002Bjson": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="FastEndpoints.Swagger" Version="5.31.0"/>
<PackageReference Include="FastEndpoints.Swagger" Version="5.32.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
Expand Down

0 comments on commit 40dc4fb

Please sign in to comment.