Skip to content

Chore(deps): Bump com.fazecast:jSerialComm from 2.11.0 to 2.11.4#1539

Merged
dbmalkovsky merged 2 commits intodevelopfrom
dependabot/maven/com.fazecast-jSerialComm-2.11.4
Mar 10, 2026
Merged

Chore(deps): Bump com.fazecast:jSerialComm from 2.11.0 to 2.11.4#1539
dbmalkovsky merged 2 commits intodevelopfrom
dependabot/maven/com.fazecast-jSerialComm-2.11.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps com.fazecast:jSerialComm from 2.11.0 to 2.11.4.

Release notes

Sourced from com.fazecast:jSerialComm's releases.

jSerialComm v2.11.4

  • 743aa11 - Ensure POM is flattened for user consumption before publishing to Maven
  • 6343ba2 - Version bump

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

... (truncated)

Commits
  • 743aa11 Ensure POM is flattened for user consumption before publishing to Maven
  • 6343ba2 Version bump
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 22, 2025
@mwithi mwithi requested a review from dbmalkovsky February 24, 2026 20:57
@dbmalkovsky
Copy link
Collaborator

@dependabot recreate

Bumps [com.fazecast:jSerialComm](https://github.com/Fazecast/jSerialComm) from 2.11.0 to 2.11.4.
- [Release notes](https://github.com/Fazecast/jSerialComm/releases)
- [Commits](Fazecast/jSerialComm@v2.11.0...v2.11.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.fazecast-jSerialComm-2.11.4 branch from b8cd5f8 to 9f3247e Compare March 10, 2026 12:14
Copy link
Collaborator

@dbmalkovsky dbmalkovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dbmalkovsky dbmalkovsky merged commit 074d85a into develop Mar 10, 2026
2 checks passed
@dbmalkovsky dbmalkovsky deleted the dependabot/maven/com.fazecast-jSerialComm-2.11.4 branch March 10, 2026 20:02
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