diff --git a/build.gradle b/build.gradle index c2e7df0..a056839 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0' - testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.2' + testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.6' }