Skip to content

Commit

Permalink
Upgrade bouncycastle to 1.78 (openhab#16781)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Paul Smedley <paul@smedley.id.au>
  • Loading branch information
jlaur authored and psmedley committed Jun 15, 2024
1 parent c1a9ecb commit 16e5779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundles/org.openhab.binding.androidtv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.75</version>
<version>1.78</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version>
<version>1.78</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.75</version>
<version>1.78</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 16e5779

Please sign in to comment.