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

   Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 
5.18.1 to 5.19.0.
   <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's
 changelog</a>.</em></p>
   <blockquote>
   <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/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><a 
href="https://github.com/java-native-access/jna/commit/08628c0b44fe98d66c2e62b7e856f9657e03b15d";><code>08628c0</code></a>
 Include DragonFlyBSD in library loading fallback paths</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/0e29d6ffebb9ce50c5e3925a0b920b4253f681ed";><code>0e29d6f</code></a>
 Add BluetoothApis to c.s.j.p.win32</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/2771c1a9d172f8df4dc908ce8f75180ce6879b28";><code>2771c1a</code></a>
 Address review: use HANDLEByReference and UNICODE_OPTIONS</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/da652b68faa7a1c8fd12fdd276c68823b09cc672";><code>da652b6</code></a>
 Add BluetoothApis to c.s.j.p.win32</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/5c421d74e1cb81986f6f6cce041c353844fb0abe";><code>5c421d7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/java-native-access/jna/issues/1723";>#1723</a> 
from dbwiddis/add-resource-usage-and-proc-info</li>
   <li><a 
href="https://github.com/java-native-access/jna/commit/abfd4009c2c11cddf376509c5e2cf91087422bf9";><code>abfd400</code></a>
 Add proc_info structs and methods to mac SystemB</li>
   <li>Additional commits viewable in <a 
href="https://github.com/java-native-access/jna/compare/5.18.1...5.19.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.18.1&new-version=5.19.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 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