]> git.basschouten.com Git - openhab-addons.git/commitdiff
Bump bcprov-jdk15on from 1.52 to 1.67 in /bundles/org.openhab.binding.boschshc (...
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 19 May 2022 08:04:01 +0000 (10:04 +0200)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 08:04:01 +0000 (10:04 +0200)
Bump all org.bouncycastle bundles to version 1.70 and added new bcutil-jdk15on jar which was added with v1.69

Signed-off-by: Gerd Zanker <gerd.zanker@web.de>
bundles/org.openhab.binding.boschshc/pom.xml

index 4a33971b5b8a21706bb842020ddea789a29b605e..87d08bbf7a8d69a58ade3b6bd530a454b356c481 100644 (file)
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.52</version>
+      <version>1.70</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcutil-jdk15on</artifactId>
+      <version>1.70</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.52</version>
+      <version>1.70</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>