Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.fazecast:jSerialComm from 2.9.3 to 2.11.3.

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

jSerialComm v2.11.2

  • ede605f - Add GitHub Manual Release workflow
  • 914f4a3 - Version bump
  • 389db3b - Death to Maven changes
  • 1346bcb - Update Maven publish timeouts
  • c7c1007 - More Maven Central updates
  • 6186545 - Update Maven release URL
  • 0a33593 - Update SNAPSHOT credentials
  • 12698ee - Update assets for new Maven Central publishing
  • a8a307d - Fix inexplicable printf crash bug on 32-bit Windows
  • 0d18669 - Cache JNI SerialComm class instead of obtaining from jobject
  • d255a25 - Version bump

jSerialComm v2.11.0

... (truncated)

Commits
  • 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 `disab...
  • 701ef99 Only set flag to auto-flush IO buffers if port not already opened (and only o...
  • 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
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.fazecast:jSerialComm [>= 2.8.a, < 2.9]

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.9.3 to 2.11.3.
- [Release notes](https://github.com/Fazecast/jSerialComm/releases)
- [Commits](Fazecast/jSerialComm@v2.9.3...v2.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2025

Superseded by #3406.

@dependabot dependabot bot closed this Nov 9, 2025
@dependabot dependabot bot deleted the dependabot/maven/cnf/develop/com.fazecast-jSerialComm-2.11.3 branch November 9, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant