diff --git a/build.gradle.kts b/build.gradle.kts index ea8d389..7e6c38e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { @Suppress("SpellCheckingInspection") testImplementation("org.opentest4j:opentest4j:1.3.0") testImplementation("org.assertj:assertj-core:3.25.3") - testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher") compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")