]> git.basschouten.com Git - openhab-addons.git/commitdiff
[mcp23017] Fixes #9503 by updating Pi4j to the recently released version 1.4. (#10293)
authorMichael Rumpf <michael@rumpfonline.de>
Sun, 7 Mar 2021 15:31:39 +0000 (16:31 +0100)
committerGitHub <noreply@github.com>
Sun, 7 Mar 2021 15:31:39 +0000 (16:31 +0100)
This version introduces Java 11 compatibility by implementing a missing
function as native code and thus dropping the dependency to the
function jdk.internal.misc.SharedSecrets.
See https://github.com/Pi4J/pi4j/issues/442 for details.

Signed-off-by: Michael Rumpf <michael@rumpfonline.de>
bundles/org.openhab.binding.mcp23017/pom.xml

index 839f2a02e36d0be727392429416df32706dfd85d..1c8a534d99ac290c99cf74dad12c0208893b8833 100644 (file)
     <dependency>
       <groupId>com.pi4j</groupId>
       <artifactId>pi4j-core</artifactId>
-      <version>1.2</version>
+      <version>1.4</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.pi4j</groupId>
       <artifactId>pi4j-gpio-extension</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>