diff --git a/build.gradle b/build.gradle index a72a9e9..ebd9368 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,8 @@ dependencies { testImplementation 'org.slf4j:jul-to-slf4j:2.0.16' testRuntimeOnly 'ch.qos.logback:logback-classic:1.3.14' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1' }