Skip to content

Commit 12b3930

Browse files
chore(deps): update swashbuckle-aspnetcore monorepo to 10.2.3
1 parent 7f81792 commit 12b3930

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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="10.2.2" />
17+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
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
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.2" />
10-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="10.2.2" />
9+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
10+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="10.2.3" />
1111
<PackageReference Include="Workleap.OpenApi.MSBuild" Version="1.0.2">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)