diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-22 22:10:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 22:10:48 +0900 |
| commit | 8320ed685a3f22b21be1f9269d66ef991f6242b2 (patch) | |
| tree | 8b69b6c4a35bbc4fe0177b47719f449d75aa6533 | |
| parent | 2498c5f0ab458347012f2dc8cf15f330bbdb4c4e (diff) | |
| parent | 12f700fb2a80975bcc6140a2bd121346e3e73be5 (diff) | |
Merge pull request #3415 from jellyfin/dependabot/nuget/Swashbuckle.AspNetCore-5.5.0
Bump Swashbuckle.AspNetCore from 5.4.1 to 5.5.0
| -rw-r--r-- | Jellyfin.Api/Jellyfin.Api.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj index 5fd6b6e51f..55c5ef1b19 100644 --- a/Jellyfin.Api/Jellyfin.Api.csproj +++ b/Jellyfin.Api/Jellyfin.Api.csproj @@ -16,7 +16,7 @@ <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.5" /> <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="5.4.1" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.0" /> </ItemGroup> <ItemGroup> |
