Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps com.fazecast:jSerialComm from 2.11.2 to 2.11.4.

Release notes

Sourced from com.fazecast:jSerialComm's releases.

jSerialComm v2.11.3

  • 54bd919 - Attempt to fix custom baud rate issues for some Linux users
  • 657e501 - Ensure config errors don't block port opening if user explicitly calls disablePortConfiguration()
  • 701ef99 - Only set flag to auto-flush IO buffers if port not already opened (and only once)
  • 41f1c04 - Use monotonic clock in native code instead of real-time clock
  • 40c30bb - Update documentation that "flushing" means "clearing"
  • 76cb0d0 - Add ability to make fat JAR for testing
  • 3510009 - Remove android requirement from module
  • b67362a - Fix some AndroidPort updates that aren't compatible with current android.jar
  • 870fbbf - Ensure no crashes if user force deletes expected System properties in their app
  • 5cacd51 - Make temp native libraries writable so that they can be deleted from file system
  • a0f040c - Merge pull request #613 from da-Kai/feature/disable-TIOCGRS485-ioctl
  • b5974f7 - Merge pull request #610 from ButterscotchV/fix-jni-refs
  • b111735 - Merge pull request #604 from kmbisset89/k-branch-1
  • 911a708 - Merge pull request #600 from galaxy-sea/Fix-the-error-message-for-invalid-port
  • 687a753 - Add setting, to disable TIOCGRS485 ioctl
  • 9681d18 - Initialize global jclass to NULL
  • c06e3a1 - Use global references for cached jclass
  • bdbdb87 - feat(android): support Android S+ pending intent flags and clean imports
  • 37980c3 - Fix the error message for invalid port
  • 6939113 - Add GitHub action permissions and add SECURITY.md document
  • 0f46099 - Update GitHub actions to use correct Maven credentials
  • 9c7548e - Make Maven wrappers executable
  • 827670f - Add Maven wrapper to ensure version stability
  • c8bf63b - Add android.jar back since builder Docker image requires it
  • 5ab15df - Switch from Gradle to Maven for building and publishing
  • 29578e7 - Clean up setDTRandRTS native functions (add error line numbers + use in initialization)
  • 3033c94 - Merge pull request #598 from dkaukov/dtr-and-rts
  • 4163f1e - Update Snapshot download repository
  • 67330a0 - Version bump
  • 68e961e - Update AndroidPort.java
  • b177f96 - Update SerialPort.java
  • 16e3914 - tabs
  • d321f8e - Implementation of the comPort.setDTRandRTS()
Commits

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

Bumps [com.fazecast:jSerialComm](https://github.com/Fazecast/jSerialComm) from 2.11.2 to 2.11.4.
- [Release notes](https://github.com/Fazecast/jSerialComm/releases)
- [Commits](https://github.com/Fazecast/jSerialComm/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2025
@sruehl sruehl merged commit 87dff52 into develop Nov 4, 2025
8 of 9 checks passed
@sruehl sruehl deleted the dependabot/maven/com.fazecast-jSerialComm-2.11.4 branch November 4, 2025 10:12
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