Skip to content

Commit

Permalink
[mcp23017] Fixes openhab#9503 by updating Pi4j to the recently releas…
Browse files Browse the repository at this point in the history
…ed version 1.4. (openhab#10293)

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 Pi4J/pi4j-v1#442 for details.

Signed-off-by: Michael Rumpf <michael@rumpfonline.de>
  • Loading branch information
mrumpf authored Mar 7, 2021
1 parent 194594f commit 0d438a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.mcp23017/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<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>
Expand Down

0 comments on commit 0d438a5

Please sign in to comment.