Skip to content

Commit

Permalink
[androidtv] Bump bouncy castle to 1.78.1 (openhab#16863)
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
  • Loading branch information
lsiepel authored and psmedley committed Jun 29, 2024
1 parent 9488674 commit 56b4aee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bundles/org.openhab.binding.androidtv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,26 @@

<properties>
<bnd.importpackage>!net.sf.ehcache.*,!net.spy.*</bnd.importpackage>
<bouncycastle.version>1.78.1</bouncycastle.version>
</properties>

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

0 comments on commit 56b4aee

Please sign in to comment.