diff --git a/build.gradle b/build.gradle index 4e1b891..6b67b37 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' }