Skip to content

Commit 493b54a

Browse files
chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.6
1 parent c9a7789 commit 493b54a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Workleap.AspNetCore.Authentication.ClientCredentialsGrant/Workleap.AspNetCore.Authentication.ClientCredentialsGrant.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.12"/>
17-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.5" />
17+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.14.0">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/tests/WebApi.OpenAPI.SystemTest/WebApi.OpenAPI.SystemTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.5" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.5" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.6" />
1212
<PackageReference Include="Workleap.OpenApi.MSBuild" Version="0.12.2">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)