]> git.basschouten.com Git - openhab-addons.git/commitdiff
[boschshc] Bump Bouncy Castle Dependencies to 1.78.1 (#16855)
authorDavid Pace <dev@davidpace.de>
Mon, 10 Jun 2024 20:19:49 +0000 (22:19 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 20:19:49 +0000 (22:19 +0200)
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 <dev@davidpace.de>
bundles/org.openhab.binding.boschshc/pom.xml

index 4c38c684a8a914956caf87c0050067731bc0793f..fd1fc50caea0bfec7a51000b12855a0b3862d426 100644 (file)
 
   <name>openHAB Add-ons :: Bundles :: Bosch Smart Home Binding</name>
 
+  <properties>
+    <bouncycastle.version>1.78.1</bouncycastle.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.70</version>
+      <artifactId>bcpkix-jdk18on</artifactId>
+      <version>${bouncycastle.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcutil-jdk15on</artifactId>
-      <version>1.70</version>
+      <artifactId>bcutil-jdk18on</artifactId>
+      <version>${bouncycastle.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.70</version>
+      <artifactId>bcprov-jdk18on</artifactId>
+      <version>${bouncycastle.version}</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>