smart-football-table / smart-football-table-ledcontrol

Part of @smart-football-table to control a RGB LED strip
https://smart-football-table.github.io/
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Bump com.fazecast:jSerialComm from 2.10.2 to 2.10.3 #127

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.fazecast:jSerialComm from 2.10.2 to 2.10.3.

Release notes

Sourced from com.fazecast:jSerialComm's releases.

jSerialComm v2.10.3

IMPORTANT NOTE: The bytesToRead and offset parameters in both readBytes() and writeBytes() have been changed from type long to int so that there is no mismatch between the parameters and the return type. Any code specifically passing a long to these functions will need to be updated.

  • cd3d52b - Separate class and configuration reentrant locks
  • ebcc8c6 - Use reflection to access private constructor from Android private internals
  • 9fc34cd - Allow Android to use its own termios2
  • b190f70 - Catch UnsatisfiedLinkError specifically because does not inherit from Exception
  • 1b571d9 - Add android.jar as a build dependency
  • 3e42684 - First step toward native Android support
  • efd0255 - Add tool to manually fix MacOS SDK build version for 32-bit x86
  • c02a302 - Version bump
Commits
  • cd3d52b Separate class and configuration reentrant locks
  • ebcc8c6 Use reflection to access private constructor from Android private internals
  • 9fc34cd Allow Android to use its own termios2
  • b190f70 Catch UnsatisfiedLinkError specifically because does not inherit from Exception
  • 1b571d9 Add android.jar as a build dependency
  • 3e42684 First step toward native Android support
  • efd0255 Add tool to manually fix MacOS SDK build version for 32-bit x86
  • c02a302 Version bump
  • See full diff in compare view


Dependabot compatibility score

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 commands and options
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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 1 year ago

Codecov Report

Merging #127 (461ce87) into master (9226ce6) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #127   +/-   ##
=========================================
  Coverage     66.47%   66.47%           
  Complexity       98       98           
=========================================
  Files            17       17           
  Lines           510      510           
  Branches         39       39           
=========================================
  Hits            339      339           
  Misses          163      163           
  Partials          8        8           
pfichtner commented 1 year ago

Last known working version of jSerialComm is 2.7.0. But since https://github.com/smart-football-table/smart-football-table-ledcontrol/pull/79 gets accepted which upgraded jSerialComm to 2.9.1 we can accept this PR since we neither now if 2.9.1 worked nor if this version will work.