diff --git a/build.gradle b/build.gradle index 722dbad..e3e1181 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.10.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' }