Skip to content

Bump com.fazecast:jSerialComm from 2.9.3 to 2.11.2 in /cnf#39

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/cnf/develop/com.fazecast-jSerialComm-2.11.2
Open

Bump com.fazecast:jSerialComm from 2.9.3 to 2.11.2 in /cnf#39
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/cnf/develop/com.fazecast-jSerialComm-2.11.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps com.fazecast:jSerialComm from 2.9.3 to 2.11.2.

Release notes

Sourced from com.fazecast:jSerialComm's releases.

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

  • 24326e7 - GitHub Action Fixes
  • 95301a7 - Remove deprecated Gradle CI commands
  • efcc181 - Update Github Actions (CI)
  • 9039c5d - Version bump
  • cb59248 - Allow FTDI ports to be opened for full enumeration using a flag
  • de84376 - Allow optional library name randomization for Tomcat workaround
  • 1bc5f61 - Check that read/write buffer sizes are large enough in read/writeBytes()
  • a9582be - Add ability to get manufacturer data from USB devices
  • d5a07ac - Clean up empty tags
  • 4d76b4c - Add support for enumerating RFCOMM devices
  • e243e10 - Add new function to auto-delete temp files upon shutdown
  • fade42f - Update javadocs to clarify RTS/DTR lines, isOpen(), and setBaudRate()
  • 7c9ce1c - Merge pull request #548 from jskubick/dtr_rts_javadoc_update
  • f7c250e - Don't delete jSerialComm dir before every load
  • 5d229ec - Add Windows events tester
  • 987f58b - Updated example code in SerialPort.isOpen()'s Javadoc to mention that there can be ONLY ONE DataListener
  • 9be2e45 - Improved Javadoc for SerialPort.setBaudRate() to add warning about baud rates > 230400 on Apple computers & elaborate upon the constraints imposed by USB-serial adapters upon baudrate selection.
  • 7d1a336 - Removed spurious html tag autoinserted by IntelliJ
  • a5b5503 - Improved formatting & wording for setDTR(), clearDTR(), setRTS(), and clearRTS()
  • e8dc58a - Improved Javadoc for SerialPort.isOpen() to reduce confusion when used with USB serial adapters and Arduino/esp32 boards.
  • d2f580f - Refined verbiage.
  • e3eae0a - Changed wording of setDTR(), clearDTR, setRTS(), and clearRTS() to reduce confusion when used with common USB-UART bridges.
  • aa0dff0 - Don't carry out custom baud rate bit-shifting
  • b4b5954 - Only use write timeouts if specified in config flags
  • 064b553 - Add clearDTR hint about usage to avoid Arduino resets
  • 4da4af7 - Version bump

jSerialComm v2.10.4

  • 6b792b5 - Revert preset-RTS/DTR code
  • 10bcf48 - Handle "location" support for Edgeport devices
  • 8a4a0f7 - Update to match actual enumeration code
  • cd733a3 - Set LISTENING_EVENT_PORT_DISCONNECTED event upon overlapped wait error
  • 57b3df4 - Preset/preclear RTS/DTR for Arduino resets
  • 40c1ca5 - Update "disableConfig" to allow timeouts to work
  • 21a2ed6 - Use reflection to verify Android type in top-level SerialPort class
  • 14dab32 - Version bump

... (truncated)

Commits
  • 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
  • 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.

Bumps [com.fazecast:jSerialComm](https://github.com/Fazecast/jSerialComm) from 2.9.3 to 2.11.2.
- [Release notes](https://github.com/Fazecast/jSerialComm/releases)
- [Commits](Fazecast/jSerialComm@v2.9.3...v2.11.2)

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

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 Jul 7, 2025
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.

0 participants