dependabot[bot] opened a new pull request, #690:
URL: https://github.com/apache/karaf-decanter/pull/690

   Bumps 
[net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) from 
5.18.1 to 5.19.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/java-native-access/jna/blob/master/CHANGES.md";>net.java.dev.jna:jna-platform's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.19.1</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1730";>#1730</a>:
 Replace usage of <code>MethodHandle</code> with reflection to restore support 
for older Android releases - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   <h1>Release 5.19.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1696";>#1696</a>: 
Add <code>LARGE_INTEGER.ByValue</code> to <code>LARGE_INTEGER</code> in 
<code>WinNT.java</code> - <a 
href="https://github.com/baier233";><code>@​baier233</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1697";>#1697</a>: 
Add WlanApi module - <a 
href="https://github.com/eranl";><code>@​eranl</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1718";>#1718</a>: 
Add <code>Cups</code> to <code>c.s.j.p.unix</code> providing CUPS printing 
system bindings for destinations, jobs, options, and server configuration - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1720";>#1720</a>: 
Add <code>groupCount</code> and <code>groupMasks</code> fields to 
<code>CACHE_RELATIONSHIP</code> in <code>c.s.j.p.win32.WinNT</code>, matching 
the updated Windows struct layout - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1719";>#1719</a>: 
Add <code>CoreGraphics</code> to <code>c.s.j.p.mac</code> with Quartz Window 
Services and Display Services bindings; implement <code>getAllWindows()</code> 
in <code>MacWindowUtils</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1723";>#1723</a>: 
Add <code>ProcFdInfo</code>, <code>InSockInfo</code>, <code>TcpSockInfo</code>, 
<code>proc_pidfdinfo</code>, <code>statfs64</code>, and 
<code>vm_deallocate</code> to <code>c.s.j.p.mac.SystemB</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1725";>#1725</a>: 
Add <code>BluetoothApis</code> to <code>c.s.j.p.win32</code> providing 
Bluetooth device and radio enumeration via 
<code>BluetoothFindFirstRadio</code>, <code>BluetoothFindFirstDevice</code>, 
and related functions - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1644";>#1644</a>:
 Fix bug in VARDESC and TYPEDESC causing an illegal memory access - <a 
href="https://github.com/lwahonen";><code>@​lwahonen</code></a></li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1715";>#1715</a>: 
Fix <code>UdevDevice.getSysname()</code> calling 
<code>udev_device_get_syspath</code> instead of 
<code>udev_device_get_sysname</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1721";>#1721</a>: 
Fix switched <code>serverName</code>/<code>domainName</code> arguments in 
<code>Netapi32Util#getDCName</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1722";>#1722</a>: 
Fix <code>Advapi32#RegisterServiceCtrlHandler</code> using wrong 
<code>Handler</code> type - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1636";>#1636</a>:
 Drop hard dependency on 
java.lang.SecurityManager/java.security.AccessController - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1724";>#1724</a>: 
Fix <code>host_page_size</code> in <code>c.s.j.p.mac.SystemB</code> and 
<code>getxattr</code>/<code>setxattr</code>/<code>listxattr</code> in 
<code>c.s.j.p.mac.XAttr</code> using <code>long</code> instead of pointer-sized 
types for <code>size_t</code>/<code>ssize_t</code> parameters - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/pull/1727";>#1727</a>: 
Include DragonFlyBSD in <code>NativeLibrary</code> versioned library 
resolution, libc special-case loading, and 64-bit search paths - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a 
href="https://redirect.github.com/java-native-access/jna/issues/1709";>#1709</a>:
 Rebuild native library for OpenBSD 7.9 x86-64, drop OpenBSD x86 - <a 
href="https://github.com/matthiasblaesing";><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/java-native-access/jna/commit/1a91122853f6ab6f1fb2a4a284a6cf2ed8af0a4d";><code>1a91122</code></a>
 Release 5.19.1</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/cbfcb4add73065d8006869acd3da72b579cfb52c";><code>cbfcb4a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1731";>#1731</a> 
from matthiasblaesing/ancient_android</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/4ba086b3eca0b937b6e73640b0b8a9f20ffd9fe2";><code>4ba086b</code></a>
 Restore support for Android versions not supporting MethodHandles</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/699935fc29d624abe73b4ae258897bd5a1380abc";><code>699935f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1729";>#1729</a> 
from thesamesam/parallel-fix</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/3fe4cb5fdc035e14d19d85b19a27711d1eebc356";><code>3fe4cb5</code></a>
 native: fix parallel build issue</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/01c7807fe7b66ff9cfcd04d283ebfeb0ad7d7c16";><code>01c7807</code></a>
 Prepare next development iteration</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/9ff138107f4b258423229166a49f92c83d980b2f";><code>9ff1381</code></a>
 Release 5.19.0</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/2d038ef24c547abc82ddf39e17a5ce26b2781519";><code>2d038ef</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1726";>#1726</a> 
from matthiasblaesing/openbsd</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/eecab35757229a73db4bdd2dbbbcfad034782ad1";><code>eecab35</code></a>
 Update native built for OpenBSD 7.9 (x86-64 only)</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/f6708688b61d1ed10194086c5bd65bbc9bee6985";><code>f670868</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1727";>#1727</a> 
from dbwiddis/fix/dragonflybsd-library-loading</li>
   <li>Additional commits viewable in <a 
href="https://github.com/java-native-access/jna/compare/5.18.1...5.19.1";>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-platform&package-manager=maven&previous-version=5.18.1&new-version=5.19.1)](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 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