Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 1447159

Browse files
committed
upgrade junit
1 parent 5d58315 commit 1447159

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
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
testCompile group: 'junit', name: 'junit', version: '4.13'
32+
testCompile group: 'junit', name: 'junit', version: '4.13.1'
3333
compile 'com.github.shalousun:smart-doc:1.9.8'
3434
}
3535
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)