diff --git a/build.gradle.kts b/build.gradle.kts index 9153af8..4c72337 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,8 +50,8 @@ dependencies { implementation("org.apache.logging.log4j:log4j-core:2.17.2") implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2") - testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") } // Configure plugin `Gradle IntelliJ Plugin`.