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.
2 parents b9062b4 + e5f3489 commit 6448109Copy full SHA for 6448109
build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
10
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
11
implementation 'com.auth0:java-jwt:4.5.0'
12
- implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
+ implementation 'org.bouncycastle:bcprov-jdk18on:1.82'
13
14
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
15
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments