diff --git a/build.gradle b/build.gradle index cf103cd..fbf4f52 100644 --- a/build.gradle +++ b/build.gradle @@ -19,9 +19,9 @@ dependencies { compileOnlyApi("org.jetbrains:annotations:26.1.0") // tests - testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.4.0") // performance comparison with other libraries