From: David Pace Date: Mon, 10 Jun 2024 20:19:49 +0000 (+0200) Subject: [boschshc] Bump Bouncy Castle Dependencies to 1.78.1 (#16855) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=23a68c502aeed6535dc31724039253559082e25a;p=openhab-addons.git [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 --- diff --git a/bundles/org.openhab.binding.boschshc/pom.xml b/bundles/org.openhab.binding.boschshc/pom.xml index 4c38c684a8..fd1fc50cae 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