We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ad77 commit 9d027b8Copy full SHA for 9d027b8
build.gradle
@@ -135,7 +135,7 @@ dependencies {
135
implementation "com.auth0:java-jwt:4.4.0"
136
implementation "net.jodah:failsafe:2.4.4"
137
138
- testImplementation "org.bouncycastle:bcprov-jdk18on:1.78"
+ testImplementation "org.bouncycastle:bcprov-jdk15on:1.70"
139
testImplementation "org.mockito:mockito-core:4.8.1"
140
testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}"
141
testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
0 commit comments