aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-09-28 11:15:35 +0200
committerGitHub <noreply@github.com>2021-09-28 11:15:35 +0200
commit94b12364592a0cd91b20c2339fba2f353d5bb193 (patch)
tree2fd7773aa0a2304aacc59f71c5c03f7b7a98529d
parenta085e5a62c3bc95bd42ea17237be5c4c0ee5d210 (diff)
parent3d098173ff46a9b9ce9c8acaff92bc9c06807112 (diff)
Merge pull request #6623 from jellyfin/dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-6.2.2
-rw-r--r--Jellyfin.Api/Jellyfin.Api.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj
index 57c7d215b..1c451ef6c 100644
--- a/Jellyfin.Api/Jellyfin.Api.csproj
+++ b/Jellyfin.Api/Jellyfin.Api.csproj
@@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2" />
- <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.2.1" />
+ <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.2.2" />
</ItemGroup>
<ItemGroup>