Skip to content

Commit 25aa0a5

Browse files
committed
Upgrade dependencies
1 parent acce10b commit 25aa0a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ java {
1212
}
1313

1414
ext {
15-
bouncycastleVersion = '1.70'
16-
jacksonVersion = '2.13.4.2'
17-
okhttpVersion = '4.10.0'
15+
bouncycastleVersion = '1.77'
16+
jacksonVersion = '2.15.3'
17+
okhttpVersion = '4.12.0'
1818

19-
junitVersion = '5.9.0'
19+
junitVersion = '5.9.3'
2020
mockitoVersion = '4.8.0'
2121
}
2222

2323
dependencies {
24-
implementation "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion"
24+
implementation "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion"
2525
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
2626
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
2727

0 commit comments

Comments
 (0)