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 b9062b4 commit e5f3489Copy full SHA for e5f3489
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