diff --git a/build.gradle b/build.gradle index 4001bdc..b423b9c 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.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' }