Skip to content

Commit

Permalink
chore(*): Update dependency Swashbuckle.AspNetCore to v6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent 6f92b99 commit 45b2cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.20" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
<PackageReference Include="Abp.AspNetCore" Version="8.2.0" />
<PackageReference Include="Abp.ZeroCore" Version="8.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ohunt/OHunt.Web/OHunt.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 45b2cbb

Please sign in to comment.