[mcp23017] Fixes #9503 by updating Pi4j to the recently released version 1.4. (#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 https://github.com/Pi4J/pi4j/issues/442 for details.

Signed-off-by: Michael Rumpf <michael@rumpfonline.de>
This commit is contained in:
Michael Rumpf 2021-03-07 16:31:39 +01:00 committed by GitHub
parent 051c764789
commit e9cd6de033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>