diff --git a/build.gradle.kts b/build.gradle.kts index f01ef6a..0fd24fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.23.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.1") }