Skip to content

Commit

Permalink
Update dependency Swashbuckle.AspNetCore to v7 (main) (#950)
Browse files Browse the repository at this point in the history
* Update dependency Swashbuckle.AspNetCore to v7

* Update swagger

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Skovli <daniel.skovli@gmail.com>
  • Loading branch information
renovate[bot] and danielskovli authored Dec 9, 2024
1 parent 311e7cb commit 59ff475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Altinn.App.Api.Tests/Altinn.App.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion test/Altinn.App.Api.Tests/OpenApi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@
"description": "OK"
},
"425": {
"description": "Client Error"
"description": "Too Early"
},
"500": {
"description": "Internal Server Error"
Expand Down
2 changes: 1 addition & 1 deletion test/Altinn.App.Api.Tests/OpenApi/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ paths:
'200':
description: OK
'425':
description: Client Error
description: Too Early
'500':
description: Internal Server Error
'401':
Expand Down

0 comments on commit 59ff475

Please sign in to comment.