We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d2eaf commit a3c54fbCopy full SHA for a3c54fb
build.gradle
@@ -215,8 +215,8 @@ subprojects {
215
implementation project(':core')
216
}
217
218
- testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
219
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
+ 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