Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump jSerialComm from 2.10.1 to 2.10.2 #1025

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps jSerialComm from 2.10.1 to 2.10.2.

Release notes

Sourced from jSerialComm's releases.

jSerialComm v2.10.2

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.

  • 1603368 - Ensure that JVM variable is not null before unloading
  • 39d54c4 - Try to load armv6 before armv7
  • ed468f6 - Switch to "ByteArrayElements" JNI calls instead of "PrimitiveArrayCritical" since read/write can block
  • 1cccfcd - First attempt to load native library from system path before auto-extracting
  • de6ccf2 - Update GitHub Actions to update all expected version number strings
  • d56dc8c - Validate native library version upon startup to match Java version
  • f598423 - Workaround for MacOS-bug whereby poll doesn't return an error without POLLHUP specified
  • 246dcc7 - Update "release" GitHub Action to auto-update download links in Wiki
  • c37a9d1 - Use termios2 for custom baud rates on Linux
  • 8d74a43 - Re-add armv6hf and armv7hf architectures
  • 97c3c21 - Auto-update SNAPSHOT version in Wiki on commit
  • b812c59 - Add POLLNVAL to "disconnected" polling set
  • 1fd9022 - Add Posix native-polling test
  • 9411d7b - Update README to remove no-longer-necessary options
  • 0582b26 - Version bump
  • babe8ac - Finish UpdateDocs GitHub Action
  • 17b7dd0 - Add GitHub Action to update Javadoc documentation
Commits
  • 1603368 Ensure that JVM variable is not null before unloading
  • 39d54c4 Try to load armv6 before armv7
  • ed468f6 Switch to "ByteArrayElements" JNI calls instead of "PrimitiveArrayCritical" s...
  • 1cccfcd First attempt to load native library from system path before auto-extracting
  • de6ccf2 Update GitHub Actions to update all expected version number strings
  • d56dc8c Validate native library version upon startup to match Java version
  • f598423 Workaround for MacOS-bug whereby poll doesn't return an error without POLLHUP...
  • 246dcc7 Update "release" GitHub Action to auto-update download links in Wiki
  • c37a9d1 Use termios2 for custom baud rates on Linux
  • 8d74a43 Re-add armv6hf and armv7hf architectures
  • Additional commits viewable 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)

Bumps [jSerialComm](https://github.com/Fazecast/jSerialComm) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/Fazecast/jSerialComm/releases)
- [Commits](Fazecast/jSerialComm@v2.10.1...v2.10.2)

---
updated-dependencies:
- dependency-name: com.fazecast:jSerialComm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 10, 2023
@sruehl sruehl merged commit b068a37 into develop Jul 10, 2023
4 checks passed
@sruehl sruehl deleted the dependabot/maven/com.fazecast-jSerialComm-2.10.2 branch July 10, 2023 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant