Skip to content

Commit

Permalink
chore(deps): update dependency swashbuckle.aspnetcore to 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent be29d6b commit cf46a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arcus.Templates.WebApi/Arcus.Templates.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" Condition="'$(JwtAuth)' == 'true'" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" Condition="'$(Serilog_AppInsights)' == 'true'" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" Condition="'$(OpenApi)' == 'true'" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" Condition="'$(OpenApi)' == 'true'" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="8.0.2" Condition="'$(OpenApi)' == 'true' and '$(Correlation)' == 'true'" />
</ItemGroup>

Expand Down

0 comments on commit cf46a0a

Please sign in to comment.