We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7054ab3 commit 20992deCopy full SHA for 20992de
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
ext {
13
- bouncycastleVersion = '1.68'
+ bouncycastleVersion = '1.77'
14
jacksonVersion = '2.10.0'
15
javaPoetVersion = '1.7.0'
16
kotlinVersion = '1.3.72'
utils/build.gradle
@@ -1,4 +1,4 @@
1
2
description 'Minimal set of web3j utility classes'
3
4
-dependencies { compile "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion" }
+dependencies { compile "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion" }
0 commit comments