Skip to content

Commit 9a500e0

Browse files
committed
Fix junit dependency
1 parent 040850a commit 9a500e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repositories {
2222
dependencies {
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
2424
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
25+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
2526
implementation 'com.google.code.findbugs:jsr305:3.0.2'
2627
api 'tools.jackson.core:jackson-databind:3.0.1'
2728
builtInFormatInferrerSupportImplementation 'commons-validator:commons-validator:1.10.0'

0 commit comments

Comments
 (0)