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

   Bumps [jna](https://github.com/java-native-access/jna) from 5.6.0 to 5.13.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/java-native-access/jna/blob/master/CHANGES.md";>jna's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Release (5.13.0)</h1>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1454";>#1454</a>: 
Add <code>c.s.j.p.win32.Psapi.QueryWorkingSetEx</code> and associated Types - 
<a href="https://github.com/Crain-32";><code>@​crain-32</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1459";>#1459</a>: 
Add <code>VirtualLock</code> and <code>VirtualUnlock</code> in 
<code>c.s.j.p.win32.Kernel32</code> - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1471";>#1471</a>: 
Add <code>c.s.j.p.win32.Advapi32Util#isCurrentProcessElevated</code> and 
associated Types - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1474";>#1474</a>: 
Add <code>c.s.j.p.win32.WbemCli#IWbemClassObject.IWbemQualifierSet</code>, 
<code>IWbemServices.GetObject</code>, <code>IWbemContext.SetValue</code> and 
associated methods - <a 
href="https://github.com/rchateauneu";><code>@​rchateauneu</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1482";>#1482</a>: 
Add multilingual support of <code>Kernel32Util.formatMessage</code> - <a 
href="https://github.com/overpathz";><code>@​overpathz</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1490";>#1490</a>: 
Adds support for a custom <code>SymbolProvider</code> in 
<code>NativeLibrary</code> &amp; <code>Library</code> - <a 
href="https://github.com/soywiz";><code>@​soywiz</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1491";>#1491</a>: 
Update libffi to v3.4.4  - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1487";>#1487</a>:
 Add 'uses' information to OSGI metadata in MANIFEST.MF to improve stability of 
package resolution - <a 
href="https://github.com/sratz";><code>@​sratz</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1452";>#1452</a>:
 Fix memory allocation/handling for error message generation in native library 
code (<code>dispatch.c</code>) - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1460";>#1460</a>:
 Fix win32 variant date conversion in DST offest window and with millisecond 
values - <a href="https://github.com/eranl";><code>@​eranl</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1472";>#1472</a>:
 Fix incorrect bitmask in <code>c.s.j.Pointer#createConstant(int)</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1481";>#1481</a>:
 Fix NPE in NativeLibrary when unpacking from classpath is disabled - <a 
href="https://github.com/trespasserw";><code>@​trespasserw</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1489";>#1489</a>: 
Fixes typo in <code>OpenGL32Util#wglGetProcAddress</code>, instead of parameter 
<code>procName</code> the hardcoded value <code>wglEnumGpusNV</code> was used - 
<a href="https://github.com/soywiz";><code>@​soywiz</code></a>.</li>
   </ul>
   <h1>Release 5.12.1</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1447";>#1447</a>:
 Null-check cleanable in <code>c.s.j.Memory#close</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   </ul>
   <h1>Release 5.12.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1433";>#1433</a>: 
Add <code>CFEqual</code>, <code>CFDictionaryRef.ByReference</code>, 
<code>CFStringRef.ByReference</code> to <code>c.s.j.p.mac.CoreFoundation</code> 
- <a href="https://github.com/shalupov";><code>@​shalupov</code></a></li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/978";>#978</a>: 
Remove use of finalizers in JNA and improve concurrency for 
<code>Memory</code>, <code>CallbackReference</code> and 
<code>NativeLibrary</code> - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1440";>#1440</a>: 
Support for LoongArch64 - <a 
href="https://github.com/Panxuefeng-loongson";><code>@​Panxuefeng-loongson</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1444";>#1444</a>: 
Update embedded libffi to 1f14b3fa92d4442a60233e9596ddec428a985e3c and rebuild 
native libraries - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1438";>#1438</a>: 
Handle arrays in structures with differing size - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1442";>#1442</a>:
 Handle race condition in <code>c.s.j.p.win32.PdhUtil#PdhEnumObjectItems</code> 
- <a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   </ul>
   <h2>Important Changes</h2>
   <ul>
   <li><code>Memory#dispose</code>, <code>CallbackReference#dispose</code> and 
<code>NativeLibrary#dispose</code>
   were called by the <code>Object#finalize</code> override. These calls were 
replaced by
   the use of a cleaner. It is not guaranteed anymore, that 
<code>dispose</code> is called
   on subclasses on finalization.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/java-native-access/jna/commit/4962fd7758493b7395e86578705d8a32f6238872";><code>4962fd7</code></a>
 Release 5.13.0</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/a56504611b00cc7d90c165f924c3915cb7a6f759";><code>a565046</code></a>
 Adjust release directions</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/f7017c4f957d7fc13c7455efcae200e29407a729";><code>f7017c4</code></a>
 Remove artifacts classified as &quot;-jpms&quot;, there are the jna-jpms and 
jna-platfo...</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/a5f47cd359d5fe62a0e5d6c2bd9d649874be955d";><code>a5f47cd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1494";>#1494</a> 
from matthiasblaesing/pr-1492</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/1af6eb14e0059c7acd5d5ee71fd62e519536fac5";><code>1af6eb1</code></a>
 Improve documentation, ensure osgi.version is defined, wrap 
create-export-pac...</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/65cf52803ec2249c61573bdc7bd4314b77c019a0";><code>65cf528</code></a>
 add utility shell script to create 'Export-Package' metadata</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/b3984aaf1bf87c8da2e84797f62180adc405b48a";><code>b3984aa</code></a>
 Add 'uses' information to OSGI metadata in MANIFEST.MF</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/780facdf55b488d504c17183066df6a34531d747";><code>780facd</code></a>
 Add missing change log entry for libffi update</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/5dd4bd707f8f1f49b5d1af158402859a86161367";><code>5dd4bd7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1491";>#1491</a> 
from matthiasblaesing/update_libffi</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/db1b5531b10fed9fb68d6d4d79913660759b22d3";><code>db1b553</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1490";>#1490</a> 
from korlibs/feature/direct.mapping.custom.symbol.pr...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/java-native-access/jna/compare/5.6.0...5.13.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.java.dev.jna:jna&package-manager=maven&previous-version=5.6.0&new-version=5.13.0)](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)
   
   
   </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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to