Skip to content

Commit 9d027b8

Browse files
committed
reverted back to jdk15
1 parent fc2ad77 commit 9d027b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dependencies {
135135
implementation "com.auth0:java-jwt:4.4.0"
136136
implementation "net.jodah:failsafe:2.4.4"
137137

138-
testImplementation "org.bouncycastle:bcprov-jdk18on:1.78"
138+
testImplementation "org.bouncycastle:bcprov-jdk15on:1.70"
139139
testImplementation "org.mockito:mockito-core:4.8.1"
140140
testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}"
141141
testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"

0 commit comments

Comments
 (0)