We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb11eb commit b0e8aa0Copy full SHA for b0e8aa0
build.gradle
@@ -215,7 +215,8 @@ subprojects {
215
implementation project(':core')
216
}
217
218
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
219
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
220
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
221
222
0 commit comments