diff --git a/build.gradle b/build.gradle index 2ce5125..a507dec 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ configurations { dependencies { testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' - testImplementation 'org.junit.platform:junit-platform-launcher:6.0.3' + testImplementation 'org.junit.platform:junit-platform-launcher:6.1.0' testImplementation 'org.mockito:mockito-core:5.23.0' mockitoAgent('org.mockito:mockito-core:5.23.0') { transitive = false