You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/02/09 05:36:50 UTC

[GitHub] [commons-bcel] dependabot[bot] opened a new pull request #80: Bump jna.version from 5.6.0 to 5.7.0

dependabot[bot] opened a new pull request #80:
URL: https://github.com/apache/commons-bcel/pull/80


   Bumps `jna.version` from 5.6.0 to 5.7.0.
   Updates `jna` from 5.6.0 to 5.7.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.7.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1301/">#1301</a>: Improve bindings of the printer notification functions (<code>FindFirstPrinterChangeNotification</code>, <code>FindNextPrinterChangeNotification</code>) in <code>c.s.j.p.w.Winspool</code> - <a href="https://github.com/ianjoneill"><code>@ianjoneill</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1238">#1238</a>: Add macOS <code>aarch64</code> architecture to universal <code>darwin</code> target. Cherry pick <a href="https://github-redirect.dependabot.com/libffi/libffi/pull/577">libffi/libffi#577</a>. - <a href="https://github.com/fkistner"><code>@fkistner</code></a>, <a href="https://github.com/Vzor-"><code>@Vzor-</code></a>, <a href="https://github.com/tresf"><code>@tresf</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1264">#1264</a>: Update libffi to v3.3; Add Windows <code>aarch64</code> target. - <a href="https://github.com/tresf"><code>@tresf</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1293">#1293</a>: Bind part of Windows Application Recovery and Restart API: <code>RegisterApplicationRestart</code>, <code>UnregisterApplicationRestart</code> and <code>GetApplicationRestartSettings</code> in <code>c.s.j.p.w.Kernel32</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1217">#1217</a>: Add mappings for AIX <code>Perfstat</code> library to <code>c.s.j.p.unix.aix</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1231">#1231</a>: The test suite can now be executed on Windows using either ANSI or UNICODE win32 API by passing <code>-Dw32.ascii=true/false</code> to ant. Previously, UNICODE was always used. - <a href="https://github.com/T-Svensson/"><code>@T-Svensson</code></a></li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1237">#1237</a>: <em>Experimental:</em> Add artifacts that make jna and jna-platform named modules (provide <code>module-info.class</code>). The new artifacts are named <code>jna-jpms.jar</code> and <code>jna-platform-jpms.jar</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1242">#1242</a>: Add CallWindowProc to User32 - <a href="https://github.com/heldplayer"><code>@heldplayer</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1239">#1239</a>: Improve performance of allocation of <code>c.s.j.Memory</code> objects - <a href="https://github.com/joerg1985"><code>@joerg1985</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1246">#1246</a>: Improve performance of <code>c.s.j.Structure#read</code> and <code>c.s.j.Structure#write</code> - <a href="https://github.com/joerg1985"><code>@joerg1985</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1260">#1260</a>: Add mapping for X11 generic events - <a href="https://github.com/lafoletc"><code>@lafoletc</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1263">#1263</a>: Add LowLevelMouseProc - <a href="https://github.com/nordiakt"><code>@nordiakt</code></a></li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1265">#1265</a>: Add mapping for XQueryExtension - <a href="https://github.com/lafoletc"><code>@lafoletc</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1299">#1299</a>: Add <code>c.s.j.p.win32.IPHlpApi#GetExtendedTcpTable</code>, <code>c.s.j.p.win32.IPHlpApi#GetExtendedUdpTable</code>, and supporting structures.  - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1286">#1286</a>: Fix bindings of <code>c.s.j.p.win32.DBT</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/326">#326</a>: Fix loading library that re-uses pointers for different callbacks - <a href="https://github.com/fpapai"><code>@fpapai</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1244">#1244</a>: Fix building on GCC 10 - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1252">#1252</a>: - Fix bindings of <code>CTL_ENTRY#getRgAttribute</code>, <code>CTL_INFO#getRgCTLEntry</code>, <code>CTL_INFO#getRgExtension</code>, <code>CERT_EXTENSIONS#getRgExtension</code>, <code>CERT_INFO#getRgExtension</code>, <code>CRL_INFO#getRgCRLEntry</code>, <code>CRL_INFO#getRgExtension</code>, <code>CRL_ENTRY#getRgExtension</code>. Add bindings for <code>CertEnumCertificatesInStore</code>, <code>CertEnumCTLsInStore</code>, <code>CertEnumCRLsInStore</code> and <code>CryptQueryObject</code> in <code>c.s.j.p.win32.Crypt32</code>.<!-- raw HTML omitted --> <em>WARNING:</em> The signatures for <code>CTL_INFO#getRgCTLEntry</code> and <code>CTL_INFO#getRgExtension</code> were changed - as the original signatures were obviously wrong and read the wrong attributes, it is not considered an API break - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1275">#1275</a>: Fix <code>CFStringRef#stringValue</code> for empty Strings - <a href="https://github.com/dyorgio"><code>@dyorgio</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1279">#1279</a>: Remove <code>DLLCallback</code> import from <code>CallbackReference</code> - <a href="https://github.com/dyorgio"><code>@dyorgio</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1278">#1278</a>: Improve compatibility of <code>c.s.j.p.WindowUtils#getProcessFilePath</code> and fix unittests for windows 32bit intel  - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1284">#1284</a>: Fix illegal access exceptions, when retrieving options for private library interfaces with an instance field - <a href="https://github.com/fkistner"><code>@fkistner</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1300">#1300</a>: Deprecate <code>c.s.j.p.win32.WTypes.BSTR</code> String constructor and <code>setValue</code> method, as <code>BSTR</code> allocation should be managed by COM, Automation, and Interop functions - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Prebuild native library for darwin x86 (32bit java on mac OS) was removed</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/java-native-access/jna/commit/64fea0dc2a2674dec460cf1d3a2340767e0697a8"><code>64fea0d</code></a> Release 5.7.0</li>
   <li><a href="https://github.com/java-native-access/jna/commit/d033fb429fb2b990ef2fde21772b1dee5b0d91ee"><code>d033fb4</code></a> Fix some windows test failures (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1305">#1305</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/ee4df00900977a06f6648f73cd0e4a2781dfb003"><code>ee4df00</code></a> Fix Kernel32Test#testSetErrorMode with stuck alignment error bit (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1304">#1304</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/4a2b0f081e48afc8acca71244d79d5ee625115ba"><code>4a2b0f0</code></a> Fix typo and non-public tests</li>
   <li><a href="https://github.com/java-native-access/jna/commit/4a5fe88f2f7a6e7d6bdc62cd3e7a608c8e66ff87"><code>4a5fe88</code></a> Add IpHlpApi GetExtendedTcpTable and GetExtendedUdpTable (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1299">#1299</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/91f139e27480f4c6932d5c8dff36ec1bfa4f259b"><code>91f139e</code></a> Deprecate BSTR String constructor and setValue (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1300">#1300</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/58735dbcadd6b0c4c07f241b308f58f2e2915397"><code>58735db</code></a> fix native compile error due to use of ant if,unless (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1302">#1302</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/11468438ffb88a6d2dd576939d985c2c17f4bc9d"><code>1146843</code></a> Add changelog entry for improved printer notification functions in `c.s.j.p.w...</li>
   <li><a href="https://github.com/java-native-access/jna/commit/3576824a9de69594ace5e1072bb70d3cfda6378d"><code>3576824</code></a> Merge remote-tracking branch 'upstream/pr/1301'</li>
   <li><a href="https://github.com/java-native-access/jna/commit/c4fca7a05f8674f911a1e9dd8f5c09b33ce3f465"><code>c4fca7a</code></a> [Win32] Add support for options in Winspool notifications API</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.6.0...5.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jna-platform` from 5.6.0 to 5.7.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">jna-platform's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.7.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1301/">#1301</a>: Improve bindings of the printer notification functions (<code>FindFirstPrinterChangeNotification</code>, <code>FindNextPrinterChangeNotification</code>) in <code>c.s.j.p.w.Winspool</code> - <a href="https://github.com/ianjoneill"><code>@ianjoneill</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1238">#1238</a>: Add macOS <code>aarch64</code> architecture to universal <code>darwin</code> target. Cherry pick <a href="https://github-redirect.dependabot.com/libffi/libffi/pull/577">libffi/libffi#577</a>. - <a href="https://github.com/fkistner"><code>@fkistner</code></a>, <a href="https://github.com/Vzor-"><code>@Vzor-</code></a>, <a href="https://github.com/tresf"><code>@tresf</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1264">#1264</a>: Update libffi to v3.3; Add Windows <code>aarch64</code> target. - <a href="https://github.com/tresf"><code>@tresf</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1293">#1293</a>: Bind part of Windows Application Recovery and Restart API: <code>RegisterApplicationRestart</code>, <code>UnregisterApplicationRestart</code> and <code>GetApplicationRestartSettings</code> in <code>c.s.j.p.w.Kernel32</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1217">#1217</a>: Add mappings for AIX <code>Perfstat</code> library to <code>c.s.j.p.unix.aix</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1231">#1231</a>: The test suite can now be executed on Windows using either ANSI or UNICODE win32 API by passing <code>-Dw32.ascii=true/false</code> to ant. Previously, UNICODE was always used. - <a href="https://github.com/T-Svensson/"><code>@T-Svensson</code></a></li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1237">#1237</a>: <em>Experimental:</em> Add artifacts that make jna and jna-platform named modules (provide <code>module-info.class</code>). The new artifacts are named <code>jna-jpms.jar</code> and <code>jna-platform-jpms.jar</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1242">#1242</a>: Add CallWindowProc to User32 - <a href="https://github.com/heldplayer"><code>@heldplayer</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1239">#1239</a>: Improve performance of allocation of <code>c.s.j.Memory</code> objects - <a href="https://github.com/joerg1985"><code>@joerg1985</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1246">#1246</a>: Improve performance of <code>c.s.j.Structure#read</code> and <code>c.s.j.Structure#write</code> - <a href="https://github.com/joerg1985"><code>@joerg1985</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1260">#1260</a>: Add mapping for X11 generic events - <a href="https://github.com/lafoletc"><code>@lafoletc</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1263">#1263</a>: Add LowLevelMouseProc - <a href="https://github.com/nordiakt"><code>@nordiakt</code></a></li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1265">#1265</a>: Add mapping for XQueryExtension - <a href="https://github.com/lafoletc"><code>@lafoletc</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1299">#1299</a>: Add <code>c.s.j.p.win32.IPHlpApi#GetExtendedTcpTable</code>, <code>c.s.j.p.win32.IPHlpApi#GetExtendedUdpTable</code>, and supporting structures.  - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1286">#1286</a>: Fix bindings of <code>c.s.j.p.win32.DBT</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/326">#326</a>: Fix loading library that re-uses pointers for different callbacks - <a href="https://github.com/fpapai"><code>@fpapai</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1244">#1244</a>: Fix building on GCC 10 - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1252">#1252</a>: - Fix bindings of <code>CTL_ENTRY#getRgAttribute</code>, <code>CTL_INFO#getRgCTLEntry</code>, <code>CTL_INFO#getRgExtension</code>, <code>CERT_EXTENSIONS#getRgExtension</code>, <code>CERT_INFO#getRgExtension</code>, <code>CRL_INFO#getRgCRLEntry</code>, <code>CRL_INFO#getRgExtension</code>, <code>CRL_ENTRY#getRgExtension</code>. Add bindings for <code>CertEnumCertificatesInStore</code>, <code>CertEnumCTLsInStore</code>, <code>CertEnumCRLsInStore</code> and <code>CryptQueryObject</code> in <code>c.s.j.p.win32.Crypt32</code>.<!-- raw HTML omitted --> <em>WARNING:</em> The signatures for <code>CTL_INFO#getRgCTLEntry</code> and <code>CTL_INFO#getRgExtension</code> were changed - as the original signatures were obviously wrong and read the wrong attributes, it is not considered an API break - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1275">#1275</a>: Fix <code>CFStringRef#stringValue</code> for empty Strings - <a href="https://github.com/dyorgio"><code>@dyorgio</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1279">#1279</a>: Remove <code>DLLCallback</code> import from <code>CallbackReference</code> - <a href="https://github.com/dyorgio"><code>@dyorgio</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1278">#1278</a>: Improve compatibility of <code>c.s.j.p.WindowUtils#getProcessFilePath</code> and fix unittests for windows 32bit intel  - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1284">#1284</a>: Fix illegal access exceptions, when retrieving options for private library interfaces with an instance field - <a href="https://github.com/fkistner"><code>@fkistner</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1300">#1300</a>: Deprecate <code>c.s.j.p.win32.WTypes.BSTR</code> String constructor and <code>setValue</code> method, as <code>BSTR</code> allocation should be managed by COM, Automation, and Interop functions - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Prebuild native library for darwin x86 (32bit java on mac OS) was removed</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/java-native-access/jna/commit/64fea0dc2a2674dec460cf1d3a2340767e0697a8"><code>64fea0d</code></a> Release 5.7.0</li>
   <li><a href="https://github.com/java-native-access/jna/commit/d033fb429fb2b990ef2fde21772b1dee5b0d91ee"><code>d033fb4</code></a> Fix some windows test failures (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1305">#1305</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/ee4df00900977a06f6648f73cd0e4a2781dfb003"><code>ee4df00</code></a> Fix Kernel32Test#testSetErrorMode with stuck alignment error bit (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1304">#1304</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/4a2b0f081e48afc8acca71244d79d5ee625115ba"><code>4a2b0f0</code></a> Fix typo and non-public tests</li>
   <li><a href="https://github.com/java-native-access/jna/commit/4a5fe88f2f7a6e7d6bdc62cd3e7a608c8e66ff87"><code>4a5fe88</code></a> Add IpHlpApi GetExtendedTcpTable and GetExtendedUdpTable (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1299">#1299</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/91f139e27480f4c6932d5c8dff36ec1bfa4f259b"><code>91f139e</code></a> Deprecate BSTR String constructor and setValue (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1300">#1300</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/58735dbcadd6b0c4c07f241b308f58f2e2915397"><code>58735db</code></a> fix native compile error due to use of ant if,unless (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1302">#1302</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/11468438ffb88a6d2dd576939d985c2c17f4bc9d"><code>1146843</code></a> Add changelog entry for improved printer notification functions in `c.s.j.p.w...</li>
   <li><a href="https://github.com/java-native-access/jna/commit/3576824a9de69594ace5e1072bb70d3cfda6378d"><code>3576824</code></a> Merge remote-tracking branch 'upstream/pr/1301'</li>
   <li><a href="https://github.com/java-native-access/jna/commit/c4fca7a05f8674f911a1e9dd8f5c09b33ce3f465"><code>c4fca7a</code></a> [Win32] Add support for options in Winspool notifications API</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.6.0...5.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-bcel] dependabot[bot] commented on pull request #80: Bump jna.version from 5.6.0 to 5.7.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #80:
URL: https://github.com/apache/commons-bcel/pull/80#issuecomment-804631478


   Superseded by #84.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-bcel] dependabot[bot] closed pull request #80: Bump jna.version from 5.6.0 to 5.7.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #80:
URL: https://github.com/apache/commons-bcel/pull/80


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org