Skip to content

Commit

Permalink
[boschshc] Bump Bouncy Castle Dependencies to 1.78.1 (openhab#16855)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pace authored and psmedley committed Jun 29, 2024
1 parent c60b8f8 commit 9488674
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions bundles/org.openhab.binding.boschshc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,27 @@

<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>
Expand Down

0 comments on commit 9488674

Please sign in to comment.