From 0d438a539eb57d0ab949c2f1f877fe7f2ffbaed5 Mon Sep 17 00:00:00 2001 From: Michael Rumpf Date: Sun, 7 Mar 2021 16:31:39 +0100 Subject: [PATCH] [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 --- bundles/org.openhab.binding.mcp23017/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.mcp23017/pom.xml b/bundles/org.openhab.binding.mcp23017/pom.xml index 839f2a02e36d0..1c8a534d99ac2 100644 --- a/bundles/org.openhab.binding.mcp23017/pom.xml +++ b/bundles/org.openhab.binding.mcp23017/pom.xml @@ -18,13 +18,13 @@ com.pi4j pi4j-core - 1.2 + 1.4 compile com.pi4j pi4j-gpio-extension - 1.2 + 1.3 compile