[androidtv] Update BouncyCastle to jdk18on and 1.75 (#15140)

Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
This commit is contained in:
morph166955 2023-06-28 00:16:31 -05:00 committed by GitHub
parent 21044f66f7
commit be5cdb7cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -17,14 +17,20 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.52</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.75</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.52</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.75</version>
<scope>compile</scope>
</dependency>
</dependencies>