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 3d7ebe2 commit 7f5359cCopy full SHA for 7f5359c
unittest/build.gradle
@@ -10,11 +10,11 @@ java {
10
}
11
12
dependencies {
13
- compileOnly 'org.bouncycastle:bcprov-jdk15on:1.60'
+ compileOnly 'org.bouncycastle:bcprov-jdk15on:1.70'
14
15
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
16
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
17
- testRuntimeOnly 'org.bouncycastle:bcprov-jdk15on:1.60'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
+ testRuntimeOnly 'org.bouncycastle:bcprov-jdk15on:1.70'
18
19
20
test {
0 commit comments