diff --git a/build.gradle.kts b/build.gradle.kts index ec55afe..6f6677e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ repositories { dependencies { api("org.javassist:javassist:3.30.2-GA") compileOnlyApi("org.jetbrains:annotations:24.1.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") // performance comparison with other libraries