dependabot[bot] opened a new pull request, #3563:
URL: https://github.com/apache/avro/pull/3563

   Updated 
[Joveler.Compression.XZ](https://github.com/ied206/Joveler.Compression) from 
4.1.0 to 5.0.2.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Joveler.Compression.XZ's 
releases](https://github.com/ied206/Joveler.Compression/releases)._
   
   ## 5.0.2
   
   ## Release Note
   
   ### Joveler.Compression.XZ
   
   - Fix broken .NET Framework MSBuild script for copying native DLLs.
   
   ## 5.0.1
   
   ## Release Note
   
   ### Joveler.Compression.XZ
   
   - Recompiles incorrectly packaged Linux arm/arm64 xz4 binaries.
   
   ## 5.0.0
   
   ## Release Note
   
   ### Joveler.Compression.ZLib
   
   - (BREAKING CHANGE) The library now ships `zlib1.dll` (zlib-ng compat ABI) 
instead of `zlibwapi.dll` (zlib stdcall ABI) for faster performance.
       - NuGet packages will contain zlib-ng fork binaries instead of upstream 
zlib ones.
       - Please refer to USAGE.md for proper initialization.
   - Supports multiple zlib ABIs.
       - All `zlib (cdecl)` (default), `zlib (stdcall)`, `zlib-ng (cdecl)` ABIs 
are supported.
   - (BREAKING CHANGE) `DeflateStream`, `ZLibStream`, `GZipStream`, and helper 
classes are now sealed for better performance.
       - ABI will not break unless you have created a derived class of zlib 
streams.
   - Add `ZLibInit.TryGlobalCleanup()`, which tries to silently unload a native 
zlib instance even though even if it has not been loaded.
   - Retargets .NET Framework 4.6.
   
   ## 4.3.0
   
   ## Release Note
   
   ### Joveler.Compression.XZ
   
   - (BREAKING CHANGE) XZ streams and helper classes are now sealed for better 
performance.
       - ABI will not break unless you have created a derived class of XZ 
streams.
   - Added the `Abort()` method to XZ streams (#​15).
       - When a user wants to abort the current operation, one can call 
`Abort()` for faster stream cleanup.
           - Currently only the compression mode benefits from `Abort()`, 
especially multithreaded compression.
       - The output stream will have an invalid state, and must be discarded 
right after calling `Abort()`.
   
   ## 4.2.3
   
   ## Release Note
   
   ### Joveler.Compression.XZ
   
   - Update xz-utils to 5.4.4.
   
   ## 4.2.2
   
   ## Release Note
   
   ### Joveler.Compression.XZ
   
   - Update xz-utils to 5.4.3.
   
   ## 4.2.1
   
   ## Release Note
   
   ### Joveler.Compression.XZ
   
   - Fix .NET Framework build script path issue.
   
   ## 4.2.0
   
   ## Release Note
   
   ### Common
   
   - Remove support for .NET Framework 4.5.1, 4.6, 4.6.1, as [official 
Microsoft support has 
ended](https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/).
   
   ### Joveler.Compression.ZLib
   
   - Recompile Windows zlib binaries with proper compile options.
   
   
   Commits viewable in [compare 
view](https://github.com/ied206/Joveler.Compression/compare/v4.1.0...xz-v5.0.2).
   </details>
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Joveler.Compression.XZ&package-manager=nuget&previous-version=4.1.0&new-version=5.0.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to