[PR #800] [MERGED] Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) #1088

Closed
opened 2025-12-29 08:34:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/800
Author: @dependabot[bot]
Created: 8/31/2022
Status: Merged
Merged: 8/31/2022
Merged by: @StefH

Base: masterHead: dependabot/nuget/src/WireMock.Net/Microsoft.Owin-4.2.2


📝 Commits (1)

  • f36c308 Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net

📊 Changes

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

View changed files

📝 src/WireMock.Net/WireMock.Net.csproj (+1 -1)

📄 Description

Bumps Microsoft.Owin from 4.1.1 to 4.2.2.

Release notes

Sourced from Microsoft.Owin's releases.

4.2.2 Release

This release includes a fix for chunked cookies with missing values. The packages are available on nuget.org.

See here for the complete list of changes.

4.2.1 Release

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

4.2.0 Release

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

aspnet/AspNetKatana#389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });
Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 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/wiremock/WireMock.Net/pull/800 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/31/2022 **Status:** ✅ Merged **Merged:** 8/31/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `dependabot/nuget/src/WireMock.Net/Microsoft.Owin-4.2.2` --- ### 📝 Commits (1) - [`f36c308`](https://github.com/wiremock/WireMock.Net/commit/f36c308508315e21b1a1aae493300f42afac78c9) Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/WireMock.Net.csproj` (+1 -1) </details> ### 📄 Description Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.1.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aspnet/AspNetKatana/releases">Microsoft.Owin's releases</a>.</em></p> <blockquote> <h2>4.2.2 Release</h2> <p>This release includes a <a href="https://github-redirect.dependabot.com/aspnet/AspNetKatana/pull/463">fix</a> for chunked cookies with missing values. The packages are available on <a href="https://www.nuget.org/packages/Microsoft.Owin/4.2.2">nuget.org</a>.</p> <p>See <a href="https://github.com/aspnet/AspNetKatana/issues?q=milestone%3A4.2.2+is%3Aclosed+">here</a> for the complete list of changes.</p> <h2>4.2.1 Release</h2> <p>This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on <a href="https://www.nuget.org/packages/Microsoft.Owin/4.2.1">nuget.org</a>.</p> <p>See <a href="https://github.com/aspnet/AspNetKatana/issues?q=milestone%3A4.2.1+is%3Aclosed+">here</a> for the complete list of changes.</p> <p>The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.</p> <h2>4.2.0 Release</h2> <p>This release includes a security feature and some minor improvements. The packages are available on <a href="https://www.nuget.org/packages/Microsoft.Owin/4.2.0">nuget.org</a>.</p> <p>See <a href="https://github.com/aspnet/AspNetKatana/pulls?q=is%3Apr+milestone%3A4.2.0+is%3Aclosed">here</a> for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!</p> <p><a href="https://github-redirect.dependabot.com/aspnet/AspNetKatana/pull/389">aspnet/AspNetKatana#389</a> adds PKCE support for OpenIdConnect authentication when using the <code>code</code> flow:</p> <pre><code>app.UseOpenIdConnectAuthentication( new OpenIdConnectAuthenticationOptions { ClientId = clientId, ClientSecret = clientSecret, Authority = authority, PostLogoutRedirectUri = postLogoutRedirectUri, ResponseType = OpenIdConnectResponseType.Code, RedeemCode = true, RedirectUri = redirectUri, UsePkce = true, }); </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aspnet/AspNetKatana/commit/dbecd0d61958f8bb48263e31bd7344b25fc2d4da"><code>dbecd0d</code></a> Update to rtw (<a href="https://github-redirect.dependabot.com/aspnet/AspNetKatana/issues/464">#464</a>)</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/f5cf9c48ca3959b4378763fb5b1c481b3f3eba09"><code>f5cf9c4</code></a> Handle mismatched cookie chunk counts (<a href="https://github-redirect.dependabot.com/aspnet/AspNetKatana/issues/463">#463</a>)</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/535e7e29af002920b674b6314e5b662e0adefd12"><code>535e7e2</code></a> Remove more GlobalSupressions (<a href="https://github-redirect.dependabot.com/aspnet/AspNetKatana/issues/447">#447</a>)</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/beb224c88712b08ce45f1d14bb8cf0cd9d4a8503"><code>beb224c</code></a> Update Versions.props</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/fa65dbcbdd17e96197b07e536bf76f9124a3a1c5"><code>fa65dbc</code></a> Bump to non-preview version</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/9776be3b655d5b7a7409a9333728d985bae4186b"><code>9776be3</code></a> Do not pack projects that don't ship</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/1afd57edc8c67c9e90f57dc02dee9eea7ab5f531"><code>1afd57e</code></a> Add back the rolling builds package feed</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/05afae75407ec0af2c3f6f4b3af561463b57bb7f"><code>05afae7</code></a> Avoid downloading OIDC config</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/3b52f6bc45e20a670555ab82aed6da2981724d78"><code>3b52f6b</code></a> Remove GlobalSupressions</li> <li><a href="https://github.com/aspnet/AspNetKatana/commit/dbe159e43e2eee44f315f26268943e8ab5a4f60d"><code>dbe159e</code></a> Re-do the build infrastructure (<a href="https://github-redirect.dependabot.com/aspnet/AspNetKatana/issues/445">#445</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aspnet/AspNetKatana/compare/v4.1.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Owin&package-manager=nuget&previous-version=4.1.1&new-version=4.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/WireMock-Net/WireMock.Net/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:38 +01:00
adam closed this issue 2025-12-29 08:34:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1088