This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 87dff522bd build(deps-dev): bump com.fazecast:jSerialComm from 2.11.2
to 2.11.4 (#2326)
87dff522bd is described below
commit 87dff522bd7c5b26d70b9334bf5c73b64aa361fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 11:12:28 2025 +0100
build(deps-dev): bump com.fazecast:jSerialComm from 2.11.2 to 2.11.4 (#2326)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 39abf61688..a5746e9b0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<jaxb.version>4.0.4</jaxb.version>
<jetty-util.version>12.1.0</jetty-util.version>
<jna.version>5.18.1</jna.version>
- <jserialcom.version>2.11.2</jserialcom.version>
+ <jserialcom.version>2.11.4</jserialcom.version>
<junit.jupiter.version>6.0.0</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>
<logback.version>1.5.20</logback.version>