There was an error while loading. Please reload this page.
1 parent 97a2fde commit e522466Copy full SHA for e522466
1 file changed
gradle/build-logic/build.gradle.kts
@@ -234,9 +234,9 @@ configurations.configureEach { resolutionStrategy { force("org.projectlombok:lom
234
235
dependencies {
236
testImplementation("org.jetbrains.kotlin:kotlin-test")
237
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
238
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
239
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.3")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.3")
240
}
241
242
0 commit comments