Skip to content

Commit 7f5359c

Browse files
committed
Update dependencies
1 parent 3d7ebe2 commit 7f5359c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unittest/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ java {
1010
}
1111

1212
dependencies {
13-
compileOnly 'org.bouncycastle:bcprov-jdk15on:1.60'
13+
compileOnly 'org.bouncycastle:bcprov-jdk15on:1.70'
1414

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'
15+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
16+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
17+
testRuntimeOnly 'org.bouncycastle:bcprov-jdk15on:1.70'
1818
}
1919

2020
test {

0 commit comments

Comments
 (0)