Skip to content

Commit

Permalink
[signal] Library update (not tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalgwen committed Dec 17, 2023
1 parent f73e9ca commit c4426f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/org.openhab.binding.signal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
<scope>compile</scope>
</dependency>
<dependency>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
<groupId>org.bouncycastle</groupId>
<version>1.70</version>
<version>1.76</version>
<scope>compile</scope>
</dependency>
<dependency>
<artifactId>bcutil-jdk15on</artifactId>
<artifactId>bcutil-jdk18on</artifactId>
<groupId>org.bouncycastle</groupId>
<version>1.70</version>
<version>1.76</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c4426f1

Please sign in to comment.