You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2022/12/05 06:01:11 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #679: build(deps): bump jSerialComm from 2.9.2 to 2.9.3

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

   Bumps [jSerialComm](https://github.com/Fazecast/jSerialComm) from 2.9.2 to 2.9.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/Fazecast/jSerialComm/releases">jSerialComm's releases</a>.</em></p>
   <blockquote>
   <h2>jSerialComm v2.9.3</h2>
   <ul>
   <li>Add support for Windows versions as old as XP</li>
   <li>Re-enable <code>os.arch_full</code> property for Linux</li>
   <li>Re-order native library architecture search so that library for minimum supported arch will be used</li>
   <li>Always rescan friendly name and description when re-enumerating ports</li>
   <li>Add <code>toString()</code> method to <code>SerialPortEvent</code></li>
   <li>Remove <code>final</code> keyword from <code>SerialPort</code> class</li>
   <li>Immediately set RTS/DTR lines to desired state upon opening as quickly as possible</li>
   <li>Add IXANY flag to default termios options</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/86c592fb312102296677ed4dfc05d47613bf0195"><code>86c592f</code></a> Add IXANY flag to default termios options</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/b56ac40541c26f3c93e78664e784d68d8077716f"><code>b56ac40</code></a> Properly support Windows versions all the way back to XP</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/6e83bba4d97c20ae65fc730bd38070972eaaedfb"><code>6e83bba</code></a> Add Windows flag to optionally allow compiling for older than Vista with redu...</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/246cd3d389c5297dac586632156c76f9edb5142a"><code>246cd3d</code></a> Native library updates for prior changes</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/1eb65801f45e39859b87fd4b9b3cfc4a4f034b71"><code>1eb6580</code></a> Re-enable os.arch_full property for Linux, re-order arch search order</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/176680066fce22be5b455436f2bccba3551670c2"><code>1766800</code></a> Always update friendly name and descriptor when re-enumerating ports on Posix</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/c6e17e93fe27b862c01660aae46eb60605c07832"><code>c6e17e9</code></a> Add toString() method to SerialPortEvent</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/90c01f8ae2d484286291409539e3a02414ddc3e6"><code>90c01f8</code></a> Immediately set RTS/DTR lines to desired state upon opening</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/f3a2ff8f518521a8bd4503dc6d993111cb50d034"><code>f3a2ff8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Fazecast/jSerialComm/issues/444">#444</a> from KC3SPW/feature/effectively-final</li>
   <li><a href="https://github.com/Fazecast/jSerialComm/commit/6d6ad898ee01e6a80c2806e3da08a778f825750c"><code>6d6ad89</code></a> Removes the final modifier from SerialPort. This class only has a private con...</li>
   <li>Additional commits viewable in <a href="https://github.com/Fazecast/jSerialComm/compare/v2.9.2...v2.9.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fazecast:jSerialComm&package-manager=maven&previous-version=2.9.2&new-version=2.9.3)](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: dev-unsubscribe@plc4x.apache.org

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


[GitHub] [plc4x] sruehl merged pull request #679: build(deps): bump jSerialComm from 2.9.2 to 2.9.3

Posted by GitBox <gi...@apache.org>.
sruehl merged PR #679:
URL: https://github.com/apache/plc4x/pull/679


-- 
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: dev-unsubscribe@plc4x.apache.org

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