diff --git a/build.gradle b/build.gradle index 6e4a4314e..aa1d002ba 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '1.9.10' testImplementation project(':utils-test')