You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/07/31 17:11:19 UTC

[plc4x] branch develop updated: build(deps): bump com.fazecast:jSerialComm from 2.10.2 to 2.10.3 (#1049)

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 80c458108d build(deps): bump com.fazecast:jSerialComm from 2.10.2 to 2.10.3 (#1049)
80c458108d is described below

commit 80c458108d44d178ef46b50dcbcae22b69f1d44f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 31 19:11:14 2023 +0200

    build(deps): bump com.fazecast:jSerialComm from 2.10.2 to 2.10.3 (#1049)
    
    Bumps [com.fazecast:jSerialComm](https://github.com/Fazecast/jSerialComm) from 2.10.2 to 2.10.3.
    - [Release notes](https://github.com/Fazecast/jSerialComm/releases)
    - [Commits](https://github.com/Fazecast/jSerialComm/compare/v2.10.2...v2.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.fazecast:jSerialComm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 54b2fa8cff..7bff71a7e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
     <jetty-util.version>11.0.15</jetty-util.version>
     <jna.version>5.13.0</jna.version>
     <joda-time.version>2.12.5</joda-time.version>
-    <jserialcom.version>2.10.2</jserialcom.version>
+    <jserialcom.version>2.10.3</jserialcom.version>
     <junit.jupiter.version>5.10.0</junit.jupiter.version>
     <junit.platform.version>1.8.2</junit.platform.version>
     <logback.version>1.4.8</logback.version>