Skip to content

Commit b0e8aa0

Browse files
committed
fix(deps) update junit dependencies, add platform launcher
1 parent 9fb11eb commit b0e8aa0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ subprojects {
215215
implementation project(':core')
216216
}
217217

218-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
219-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
218+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
219+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
220+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
220221
}
221222
}

0 commit comments

Comments
 (0)