Skip to content

Commit 52e840a

Browse files
committed
Use bouncycastle 1.18 and use jdk15to18
closes WalletConnect#29
1 parent e205ded commit 52e840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
implementation "com.github.komputing:khex:1.0.0"
1313

14-
implementation 'org.bouncycastle:bcprov-jdk15on:1.66'
14+
implementation "org.bouncycastle:bcprov-jdk15to18:1.68"
1515

1616
implementation 'com.squareup.moshi:moshi:1.8.0'
1717
// TODO: it would be better to use the generated adapter by moshi

0 commit comments

Comments
 (0)