Skip to content

Commit

Permalink
[boschshc] Bump Bouncy Castle Dependencies to 1.78.1
Browse files Browse the repository at this point in the history
This relates to the following issue and security alerts:
* #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

The binding should not be affected by
#16459. No detailed
analysis was done for the remaining alerts, but the bumped version is
not vulnerable anymore in any case.

Signed-off-by: David Pace <[email protected]>
  • Loading branch information
david-pace committed Jun 7, 2024
1 parent 6ebe335 commit b593472
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>
<version.bouncycastle>1.78.1</version.bouncycastle>
</properties>

<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${version.bouncycastle}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcutil-jdk18on</artifactId>
<version>${version.bouncycastle}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>${version.bouncycastle}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b593472

Please sign in to comment.