[PR #3302] [CLOSED] Bump Microsoft.AspNetCore.Mvc.Testing from 3.1.4 to 3.1.5 #9432

Closed
opened 2026-02-07 06:02:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3302
Author: @dependabot[bot]
Created: 6/11/2020
Status: Closed

Base: masterHead: dependabot/nuget/Microsoft.AspNetCore.Mvc.Testing-3.1.5


📝 Commits (1)

  • d76b945 Bump Microsoft.AspNetCore.Mvc.Testing from 3.1.4 to 3.1.5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj (+1 -1)

📄 Description

Bumps Microsoft.AspNetCore.Mvc.Testing from 3.1.4 to 3.1.5.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

.NET Core 3.1.5

Repos

Commits
  • 844a82e Merged PR 8040: [internal/release/3.1] Update dependencies from dnceng/intern...
  • 1f637e7 Merged PR 8109: [internal/release/3.1] Update dependencies from dnceng/intern...
  • 4cf4dd8 Merged PR 8052: [internal/release/3.1] Update dependencies from dnceng/intern...
  • a9449cd [Templates] Update SPA dependencies to keep npm audit happy (#21330)
  • 66ddf35 Fix cleaning send queue on restart (#18511)
  • f789f0e Merge pull request #21843 from dotnet-maestro-bot/merge/release/2.1-to-releas...
  • 817127d [release/3.1] Give .msi's non-stable branding (#21801)
  • a1b3dff Merge branch 'release/2.1' into release/3.1
  • 016e3d6 [release/3.1] Move SDL validation to ringed release (#21153)
  • de38479 Improve build reliability (#20760)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3302 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/11/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Microsoft.AspNetCore.Mvc.Testing-3.1.5` --- ### 📝 Commits (1) - [`d76b945`](https://github.com/jellyfin/jellyfin/commit/d76b945f4b01cbf1ec6e7ea218178a786d0c83f9) Bump Microsoft.AspNetCore.Mvc.Testing from 3.1.4 to 3.1.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj` (+1 -1) </details> ### 📄 Description Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/aspnet/AspNetCore) from 3.1.4 to 3.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aspnet/AspNetCore/releases">Microsoft.AspNetCore.Mvc.Testing's releases</a>.</em></p> <blockquote> <h2>.NET Core 3.1.5</h2> <ul> <li><a href="https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.5/3.1.5.md">Release Notes</a></li> <li><a href="https://www.microsoft.com/net/download/dotnet-core/3.1">Download and Install</a></li> </ul> <h1>Repos</h1> <ul> <li><a href="https://github.com/dotnet/cli/releases/tag/v3.1.301">CLI</a></li> <li><a href="https://github.com/dotnet/coreclr/releases/tag/v3.1.5">CoreCLR</a></li> <li><a href="https://github.com/dotnet/core-setup/releases/tag/v3.1.5">Core-Setup</a></li> <li><a href="https://github.com/dotnet/aspnetcore/releases/tag/v3.1.5">ASP</a></li> <li><a href="https://github.com/dotnet/toolset/releases/tag/v3.1.301">Toolset</a></li> <li><a href="https://github.com/dotnet/sdk/releases/tag/v3.1.301">SDK</a></li> <li><a href="https://github.com/dotnet/efcore/releases/tag/v3.1.5">EF Core</a></li> <li><a href="https://github.com/dotnet/extensions/releases/tag/v3.1.5">Extensions</a></li> <li><a href="https://github.com/dotnet/aspnetcore-tooling/releases/tag/v3.1.5">ASPNETCORE-Tooling</a></li> <li><a href="https://github.com/dotnet/wpf/releases/tag/v3.1.5">WPF</a></li> <li><a href="https://github.com/dotnet/winforms/releases/tag/v3.1.5">Winforms</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/aspnetcore/commit/844a82e37cae48af2ab2ee4f39b41283e6bb4f0e"><code>844a82e</code></a> Merged PR 8040: [internal/release/3.1] Update dependencies from dnceng/intern...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/1f637e703157912f3b607dd7a77662f1123caaae"><code>1f637e7</code></a> Merged PR 8109: [internal/release/3.1] Update dependencies from dnceng/intern...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/4cf4dd88104f5ee63ce464c51adf2448755adc7a"><code>4cf4dd8</code></a> Merged PR 8052: [internal/release/3.1] Update dependencies from dnceng/intern...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/a9449cd20c2150917355d8ba7a30fa19b47569f7"><code>a9449cd</code></a> [Templates] Update SPA dependencies to keep npm audit happy (<a href="https://github-redirect.dependabot.com/aspnet/AspNetCore/issues/21330">#21330</a>)</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/66ddf3523a7dfec0512ffcf17de9e8198841d646"><code>66ddf35</code></a> Fix cleaning send queue on restart (<a href="https://github-redirect.dependabot.com/aspnet/AspNetCore/issues/18511">#18511</a>)</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/f789f0e9597427e7895d4a5050d26b07c6c40883"><code>f789f0e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aspnet/AspNetCore/issues/21843">#21843</a> from dotnet-maestro-bot/merge/release/2.1-to-releas...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/817127dfd0589e73532e43815f312e4fdc357cda"><code>817127d</code></a> [release/3.1] Give .msi's non-stable branding (<a href="https://github-redirect.dependabot.com/aspnet/AspNetCore/issues/21801">#21801</a>)</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/a1b3dff836e2999e62cea0248fd86238b58e188d"><code>a1b3dff</code></a> Merge branch 'release/2.1' into release/3.1</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/016e3d6e208837e4dea98d28b5f77bb4d012190a"><code>016e3d6</code></a> [release/3.1] Move SDL validation to ringed release (<a href="https://github-redirect.dependabot.com/aspnet/AspNetCore/issues/21153">#21153</a>)</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/de38479e5f5c136032a9411c4442cd1d9cae1176"><code>de38479</code></a> Improve build reliability (<a href="https://github-redirect.dependabot.com/aspnet/AspNetCore/issues/20760">#20760</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aspnet/AspNetCore/compare/v3.1.4...v3.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AspNetCore.Mvc.Testing&package-manager=nuget&previous-version=3.1.4&new-version=3.1.5)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:02:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9432