From 23a68c502aeed6535dc31724039253559082e25a Mon Sep 17 00:00:00 2001 From: David Pace Date: Mon, 10 Jun 2024 22:19:49 +0200 Subject: [PATCH] [boschshc] Bump Bouncy Castle Dependencies to 1.78.1 (#16855) This relates to the following issue and security alerts: * https://github.com/openhab/openhab-addons/issues/16459 * https://github.com/openhab/openhab-addons/security/dependabot/81 * https://github.com/openhab/openhab-addons/security/dependabot/82 * https://github.com/openhab/openhab-addons/security/dependabot/83 Signed-off-by: David Pace --- bundles/org.openhab.binding.boschshc/pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.binding.boschshc/pom.xml b/bundles/org.openhab.binding.boschshc/pom.xml index 4c38c684a8a..fd1fc50caea 100644 --- a/bundles/org.openhab.binding.boschshc/pom.xml +++ b/bundles/org.openhab.binding.boschshc/pom.xml @@ -14,23 +14,27 @@ openHAB Add-ons :: Bundles :: Bosch Smart Home Binding + + 1.78.1 + + org.bouncycastle - bcpkix-jdk15on - 1.70 + bcpkix-jdk18on + ${bouncycastle.version} compile org.bouncycastle - bcutil-jdk15on - 1.70 + bcutil-jdk18on + ${bouncycastle.version} compile org.bouncycastle - bcprov-jdk15on - 1.70 + bcprov-jdk18on + ${bouncycastle.version} compile