Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump the nuget group with 5 updates#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/EmpPEPUI/EmpPEP.Framework/nuget-f527e41cb9
Open

Bump the nuget group with 5 updates#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/EmpPEPUI/EmpPEP.Framework/nuget-f527e41cb9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Updated jQuery from 3.4.1 to 3.5.0.

Updated jQuery.Validation from 1.17.0 to 1.19.3.

Updated log4net from 3.0.4 to 3.3.0.

Release notes

Sourced from log4net's releases.

3.3.0

What's Changed

New Contributors

Full Changelog: apache/logging-log4net@rel/3.2.0...rc/3.3.0-rc1
Nuget: https://www.nuget.org/packages/log4net/3.3.0

3.2.0

What's New

  • #​255 Asynchronous Sending for RemoteSyslogAppender in log4net (implemented in #​253 by @​yogitasingh001)

What's Changed

  • #​246 fix InvalidCastException in ThreadContextStack.InternalStack.set by @​FreeAndNil
  • Fix caching of time strings in AbsoluteTimeDateFormatter by @​FreeAndNil in #​248
  • Fix #​244 by @​gdziadkiewicz in #​251
  • Shutdown: Unsubscribe from AppDomain event handlers by @​Flohack74 in #​256
  • Fixing #​250, #​260 and adding tests for regression in file rolling by @​gdziadkiewicz in #​257
  • #​250 mocked DateTimeStrategy to speedup test by @​FreeAndNil in #​262
  • change dockerfile from mono:latest to ubuntu:20.04 and install mono manually in c3f92ba

New Contributors

  • @​yogitasingh001 made their first contribution in #​253
  • @​Flohack74 made their first contribution in #​256

Full Changelog: apache/logging-log4net@rel/3.1.0...rel/3.2.0
Nuget: https://www.nuget.org/packages/log4net/3.2.0

3.2.0-preview.1

What's New

  • #​255 Asynchronous Sending for RemoteSyslogAppender in log4net (implemented in #​253 by @​yogitasingh001)

What's Changed

  • #​246 fix InvalidCastException in ThreadContextStack.InternalStack.set by @​FreeAndNil
  • Fix caching of time strings in AbsoluteTimeDateFormatter by @​FreeAndNil in #​248
  • Fix #​244 by @​gdziadkiewicz in #​251
  • Shutdown: Unsubscribe from AppDomain event handlers by @​Flohack74 in #​256
  • Fixing #​250, #​260 and adding tests for regression in file rolling by @​gdziadkiewicz in #​257
  • #​250 mocked DateTimeStrategy to speedup test by @​FreeAndNil in #​262

New Contributors

  • @​yogitasingh001 made their first contribution in #​253
  • @​Flohack74 made their first contribution in #​256

Full Changelog: apache/logging-log4net@rel/3.1.0...rc/3.2.0-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.2.0-preview.1

3.1.0

Added

  • Migrate log4net site to Antora and use logging-parent pom by @​FreeAndNil in #​210 and #​238
  • Add "Sponsor" buttons to repository by @​ppkarwasz in #​235
  • #​239 detect Android and use environment variables instead of AppSettings by @​FreeAndNil in #​240
  • #​239 added MAUI example by @​FreeAndNil in #​241

Fixed

  • Handle logs with positive CountDirection, extension preservation and placed in dir by @​gdziadkiewicz in #​232

New Contributors

Full Changelog: apache/logging-log4net@rel/3.0.4...rel/3.1.0
Nuget: https://www.nuget.org/packages/log4net/3.1.0

3.0.5-preview.2

What's Changed

  • Handle logs with positive CountDirection, extension preservation and placed in dir #​232 by @​gdziadkiewicz (fixes #​231)

Full Changelog: apache/logging-log4net@rel/3.0.4...rc/3.0.5-preview.2
Nuget: https://www.nuget.org/packages/log4net/3.0.5-preview.2

3.0.5-preview.1

What's Changed

  • make RollingFileAppender.RollFile virtual by @​FreeAndNil in #​237 (fixes #​234 by @​lraulea)

Full Changelog: apache/logging-log4net@rel/3.0.4...rc/3.0.5-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.0.5-preview.1

Commits viewable in compare view.

Updated Microsoft.Owin from 3.0.1 to 4.1.1.

Release notes

Sourced from Microsoft.Owin's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Owin.Security.Cookies from 3.0.1 to 4.2.2.

Release notes

Sourced from Microsoft.Owin.Security.Cookies's releases.

4.2.2

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

4.2.1

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

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,
    });

4.1.1

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

  • CVE-2020-1045 also applies to Microsoft.Owin.
  • See here for the complete list of changes.

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps jQuery from 3.4.1 to 3.5.0
Bumps jQuery.Validation from 1.17.0 to 1.19.3
Bumps log4net from 3.0.4 to 3.3.0
Bumps Microsoft.Owin from 3.0.1 to 4.1.1
Bumps Microsoft.Owin.Security.Cookies from 3.0.1 to 4.2.2

---
updated-dependencies:
- dependency-name: log4net
  dependency-version: 3.3.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: jQuery
  dependency-version: 3.5.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: jQuery.Validation
  dependency-version: 1.19.3
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin.Security.Cookies
  dependency-version: 4.2.2
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin.Security.Cookies
  dependency-version: 4.2.2
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants