diff --git a/bundles/org.openhab.core.io.transport.serial.jserialcomm/bnd.bnd b/bundles/org.openhab.core.io.transport.serial.jserialcomm/bnd.bnd index 24cbaf60a6..4fc04c311a 100644 --- a/bundles/org.openhab.core.io.transport.serial.jserialcomm/bnd.bnd +++ b/bundles/org.openhab.core.io.transport.serial.jserialcomm/bnd.bnd @@ -1,4 +1,4 @@ Bundle-SymbolicName: ${project.artifactId} Import-Package: \ - com.fazecast.jSerialComm;version="[2.10,3)",\ + com.fazecast.jSerialComm;version="[2.11,3)",\ * diff --git a/bundles/org.openhab.core.io.transport.serial.jserialcomm/pom.xml b/bundles/org.openhab.core.io.transport.serial.jserialcomm/pom.xml index 09983c1289..0caab1f56b 100644 --- a/bundles/org.openhab.core.io.transport.serial.jserialcomm/pom.xml +++ b/bundles/org.openhab.core.io.transport.serial.jserialcomm/pom.xml @@ -23,7 +23,7 @@ com.fazecast jSerialComm - [2.0.0,3.0.0) + [2.11.0,3.0.0)