Skip to content

Commit 694f199

Browse files
committed
update library version and config useJUnitPlatform
1 parent 2bfd481 commit 694f199

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ repositories {
99
}
1010

1111
dependencies {
12-
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
13-
testCompile('org.assertj:assertj-core:3.11.1')
14-
}
12+
testCompile('org.junit.jupiter:junit-jupiter:5.6.0')
13+
testCompile('org.assertj:assertj-core:3.15.0')
14+
}
15+
16+
test {
17+
useJUnitPlatform()
18+
}

0 commit comments

Comments
 (0)