diff --git a/build.gradle.kts b/build.gradle.kts index 1451386..b9090e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.3") }